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

[dak/master] Don't build deferred queue html on fasolo



---
 config/debian/hourly.functions | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/config/debian/hourly.functions b/config/debian/hourly.functions
index ccedc5b..ca72972 100644
--- a/config/debian/hourly.functions
+++ b/config/debian/hourly.functions
@@ -30,10 +30,8 @@ function queuereport() {
     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
-    log "Deferred queue overview"
-    sudo -u dak-unpriv dak show-deferred -r ${webdir}/stat > ${webdir}/deferred.html
     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 new,byhand,stable-new,oldstable-new,backports-new -r ${webdir}/stat -i ${webdir}/stat -x ${scriptsdir}/rrd-release-freeze-dates
 }
 
 function removalstxt() {
-- 
2.1.4


Reply to: