X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=73ba6afc4c9a77eda342fb11e5242819c828eb93;hb=ff2cf9010509cf5bb16b612991777b7f950b5065;hp=9e11872c962390ff0b782e4cb864928c2f03011f;hpb=a4b0d630a36316be2730b7dda1e5d41e991fe7a0;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 9e11872c..73ba6afc 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -10,9 +10,9 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars dak import-users-from-passwd dak queue-report -n > $webdir/new.html -dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir -dak show-deferred > ${webdir}/deferred.html -#dak graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates +dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates -r $webdir/stat +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 # do not run show-new and other stuff in parallel LOCKFILE="$lockdir/unchecked.lock"