Your message dated Mon, 11 Feb 2013 14:11:58 +0100
with message-id <5118ee1e.9020...@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 ow...@bugs.debian.org
immediately.)


-- 
700306: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700306
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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
diffstat 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 <a...@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 ---
On 2013-02-11 14:06, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@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 ---

Reply via email to