From: Luca Falavigna Date: Wed, 16 Nov 2011 21:08:39 +0000 (+0000) Subject: Fix (o-)p-u-new graph generation (Closes: #648952) X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=dbd69e74c07064d9b250ef8d46c56b835ade4636 Fix (o-)p-u-new graph generation (Closes: #648952) Signed-off-by: Luca Falavigna --- diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 06998466..39a4d0d8 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -12,7 +12,7 @@ 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 graph -n new,byhand,proposedupdates,oldproposedupdates,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates +dak graph -n new,byhand,p-u-new,o-p-u-new,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"