Your message dated Mon, 11 Feb 2013 14:11:58 +0100 with message-id <5118EE1E.9020106@thykier.net> and subject line Re: Bug#700306: unblock: spotweb/20111002+dfsg-4.1 has caused the Debian Bug report #700306, regarding unblock: spotweb/20111002+dfsg-4.1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 700306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700306 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: spotweb/20111002+dfsg-4.1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Mon, 11 Feb 2013 14:06:18 +0100
- Message-id: <20130211130618.18333.45305.reportbug@cake.ae.cs.uni-frankfurt.de>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package spotweb * spotweb.cron.hourly: Gracefully skip the cronjob with an exit code of 0 after the package was removed. (Closes: #663030) Cronjobs erroring out after package removal may produce unwanted log noise. Andreas unblock spotweb/20111002+dfsg-4.1diffstat for spotweb-20111002+dfsg spotweb-20111002+dfsg changelog | 8 ++++++++ spotweb.cron.hourly | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff -Nru spotweb-20111002+dfsg/debian/changelog spotweb-20111002+dfsg/debian/changelog --- spotweb-20111002+dfsg/debian/changelog 2012-01-10 16:22:39.000000000 +0100 +++ spotweb-20111002+dfsg/debian/changelog 2013-02-03 23:09:14.000000000 +0100 @@ -1,3 +1,11 @@ +spotweb (20111002+dfsg-4.1) unstable; urgency=low + + * Non-maintainer upload. + * spotweb.cron.hourly: Gracefully skip the cronjob with an exit code of 0 + after the package was removed. (Closes: #663030) + + -- Andreas Beckmann <anbe@debian.org> Sun, 03 Feb 2013 23:09:14 +0100 + spotweb (20111002+dfsg-4) unstable; urgency=low * Update Dutch debconf translation diff -Nru spotweb-20111002+dfsg/debian/spotweb.cron.hourly spotweb-20111002+dfsg/debian/spotweb.cron.hourly --- spotweb-20111002+dfsg/debian/spotweb.cron.hourly 2012-01-10 16:22:39.000000000 +0100 +++ spotweb-20111002+dfsg/debian/spotweb.cron.hourly 2013-01-30 20:25:51.000000000 +0100 @@ -1,3 +1,5 @@ #!/bin/sh -[ -e /usr/share/spotweb/scripts/retrieve.sh ] && /usr/share/spotweb/scripts/retrieve.sh >> /var/log/spotweb.log +test -x /usr/share/spotweb/scripts/retrieve.sh || exit 0 + +/usr/share/spotweb/scripts/retrieve.sh >> /var/log/spotweb.log
--- End Message ---
--- Begin Message ---
- To: Andreas Beckmann <anbe@debian.org>, 700306-done@bugs.debian.org
- Subject: Re: Bug#700306: unblock: spotweb/20111002+dfsg-4.1
- From: Niels Thykier <niels@thykier.net>
- Date: Mon, 11 Feb 2013 14:11:58 +0100
- Message-id: <5118EE1E.9020106@thykier.net>
- In-reply-to: <20130211130618.18333.45305.reportbug@cake.ae.cs.uni-frankfurt.de>
- References: <20130211130618.18333.45305.reportbug@cake.ae.cs.uni-frankfurt.de>
On 2013-02-11 14:06, Andreas Beckmann wrote: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package spotweb > > * spotweb.cron.hourly: Gracefully skip the cronjob with an exit code of 0 > after the package was removed. (Closes: #663030) > > Cronjobs erroring out after package removal may produce unwanted log > noise. > > Andreas > > unblock spotweb/20111002+dfsg-4.1 Unblocked, thanks. ~Niels
--- End Message ---