]> git.decadent.org.uk Git - dak.git/commitdiff
currently no deferred queue graphs
authorJoerg Jaspert <joerg@debian.org>
Sun, 20 Feb 2011 11:43:15 +0000 (12:43 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sun, 20 Feb 2011 11:43:15 +0000 (12:43 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.hourly

index b87ea0e29ec4207e403a28f7aac087bf346ae830..0b9afd7936ff0d9a0240d9819374e0e96a596961 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 > ${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,proposedupdates,oldproposedupdates -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"