From: Ansgar Burchardt Date: Mon, 16 Jun 2014 17:45:32 +0000 (+0200) Subject: cron.hourly: Include backports-new queue in new.822. X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=commitdiff_plain;h=d46b326a70240dfb74888a3b317d629235b09aab cron.hourly: Include backports-new queue in new.822. --- diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 290de0ca..1a98bace 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -34,7 +34,7 @@ fi dak queue-report -n > $webdir/new.html dak queue-report -n -d backports-new > ${webdir}/backports-new.html -dak queue-report -8 -d new,byhand,stable-new,oldstable-new -r $webdir/stat +dak queue-report -8 -d new,byhand,stable-new,oldstable-new,backports-new -r $webdir/stat sudo -u dak-unpriv dak show-deferred -r $webdir/stat > ${webdir}/deferred.html dak graph -n new,byhand,stable-new,oldstable-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates