X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.hourly;h=f973606ec28e52f6fea081fe3b6d715e9963366b;hb=6d89893bfa2e97a5d3e3316b1eebd0273de85d6f;hp=fcab3b355cf6f3bfc587144c9fdddbda62b11a80;hpb=03752f74fb17550b34678380321e2f37e64acb65;p=dak.git diff --git a/config/backports/cron.hourly b/config/backports/cron.hourly index fcab3b35..f973606e 100755 --- a/config/backports/cron.hourly +++ b/config/backports/cron.hourly @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # # Executed hourly via cron, out of dak's crontab. @@ -11,7 +11,7 @@ export SCRIPTVARS=/srv/backports-master.debian.org/dak/config/backports/vars dak import-users-from-passwd dak queue-report -n > $webdir/new.html dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir/stat -dak show-deferred -r $webdir/stat > ${webdir}/deferred.html +#dak show-deferred -r $webdir/stat > ${webdir}/deferred.html dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates dak show-new > /dev/null