]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.hourly
config/debian/*: update for multiarchive changes
[dak.git] / config / debian / cron.hourly
index 39a4d0d8214f298e16f3748ae1b57fff502dd82c..9f2266d8f1cdb6f3174379b73637b3653df22ac8 100755 (executable)
@@ -3,6 +3,7 @@
 # Executed hourly via cron, out of dak's crontab.
 
 set -e
+set -o pipefail
 set -u
 
 export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
@@ -17,6 +18,7 @@ dak graph -n new,byhand,p-u-new,o-p-u-new,deferred -r $webdir/stat -i $webdir/st
 # do not run show-new and other stuff in parallel
 LOCKFILE="$lockdir/unchecked.lock"
 if lockfile -r16 $LOCKFILE 2> /dev/null; then
+    do_new
     dak show-new > /dev/null || true
     rm -f $LOCKFILE
 fi