]> 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 2b80ffe16b964e6d3b2116e95b2bbb91d4a46e96..9f2266d8f1cdb6f3174379b73637b3653df22ac8 100755 (executable)
@@ -18,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