Bug#644017: cron job calls the wrong script

2011-10-07 Thread Daniel Baumann
On 10/07/2011 03:05 PM, Raf Czlonka wrote: > Updated version of the package should introduce the fix, be it a default > option in the config file, typo in the man page or entry in the cron job. > Please fix it. imho not worth it, sorry. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-301

Bug#644017: cron job calls the wrong script

2011-10-07 Thread Raf Czlonka
On Fri, Oct 07, 2011 at 01:38:46PM BST, Daniel Baumann wrote: > On 10/07/2011 02:26 PM, Raf Czlonka wrote: > > This bug is still present in this version. > > no, it's not. it was fixed in 5-1. It might have been fixed for the new packages but whoever installed it prior to 5-1 will never have the

Bug#644017: cron job calls the wrong script

2011-10-07 Thread Daniel Baumann
On 10/07/2011 02:26 PM, Raf Czlonka wrote: > This bug is still present in this version. no, it's not. it was fixed in 5-1. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologie

Bug#644017: cron job calls the wrong script

2011-10-07 Thread Raf Czlonka
Package: git-stuff Version: 7-1 Followup-For: Bug #644017 Hi, I don't understand why this bug report was closed when it's been clearly reported for a version newer than in the first bug report. This bug is still present in this version. Please fix it, and then close the bug. Regards, Raf -- S

Bug#644017: cron job calls the wrong script

2011-10-01 Thread Raf Czlonka
Package: git-stuff Version: 7-1 Severity: normal Hi, This is the cron job file: # /etc/cron.d/git-repack-repositories # By default this is run @monthly, see crontab(5) for more information. @monthly root if [ -x /usr/bin/git-repack-repositories ]; then /usr/bin/git-repack-repositories --quiet;