X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=9f2266d8f1cdb6f3174379b73637b3653df22ac8;hb=4880c97ecd3ad289f1511094f675e93147032caa;hp=2b80ffe16b964e6d3b2116e95b2bbb91d4a46e96;hpb=2cb93d121639db839caead146d0d68dd390b3624;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 2b80ffe1..9f2266d8 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -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