]> git.decadent.org.uk Git - dak.git/commitdiff
Fix (o-)p-u-new graph generation (Closes: #648952)
authorLuca Falavigna <dktrkranz@debian.org>
Wed, 16 Nov 2011 21:08:39 +0000 (21:08 +0000)
committerLuca Falavigna <dktrkranz@debian.org>
Sun, 20 Nov 2011 11:05:49 +0000 (11:05 +0000)
Signed-off-by: Luca Falavigna <dktrkranz@debian.org>
config/debian/cron.hourly

index 0699846607b974c6a45d0f95103e374c5a04c276..39a4d0d8214f298e16f3748ae1b57fff502dd82c 100755 (executable)
@@ -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"