[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Use variables for queues, and add backports-policy



---
 config/debian/hourly.functions | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/config/debian/hourly.functions b/config/debian/hourly.functions
index f13b8b4..f1a88a0 100644
--- a/config/debian/hourly.functions
+++ b/config/debian/hourly.functions
@@ -27,11 +27,14 @@ function do_report() {
 
 function queuereport() {
     log "Creating queue reports, new/backports-new, 822 format"
+    local queues="new,byhand,stable-new,oldstable-new"
+    local bpqueues="backports-new,backports-policy"
+    local gqueues="${queues},${bpqueues},deferred"
     do_report
-    do_report ${webdir}/backports-new.html "-n -d backports-new,backports-policy"
-    dak queue-report -8 -d new,byhand,stable-new,oldstable-new,backports-new -r ${webdir}/stat
+    do_report ${webdir}/backports-new.html "-n -d ${bpqueues}"
+    dak queue-report -8 -d ${queues},${bpqueues} -r ${webdir}/stat
     log "Graphs about the queues"
-    dak graph -n new,byhand,stable-new,oldstable-new,deferred,backports-new -r ${webdir}/stat -i ${webdir}/stat -x ${scriptsdir}/rrd-release-freeze-dates
+    dak graph -n ${gqueues} -r ${webdir}/stat -i ${webdir}/stat -x ${scriptsdir}/rrd-release-freeze-dates
 }
 
 function removalstxt() {
-- 
2.1.4


Reply to: