]> git.decadent.org.uk Git - dak.git/commitdiff
A bit more logging, and newoverview in hourly runs backgrounded
authorJoerg Jaspert <joerg@debian.org>
Wed, 30 Dec 2015 14:04:44 +0000 (15:04 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 30 Dec 2015 14:04:44 +0000 (15:04 +0100)
config/debian/common
config/debian/hourly.functions
config/debian/hourly.tasks

index c9363bc8d1f294669533cbabf312e53a17fb3059..d878d5f51bc1617dd5a0f345a10a6d013c39c5b3 100644 (file)
@@ -164,8 +164,10 @@ function do_new () {
     log "Doing NEW processing"
     (dak process-policy new; dak process-policy byhand) | mail -a "X-Debian: DAK" -e -s "NEW and BYHAND processing" -a "From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>" ftpmaster@ftp-master.debian.org
 
+    log "Processing Backports NEW"
     dak process-policy backports-new | mail -a "X-Debian: DAK" -e -s "NEW processing for backports-new" -a "From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>" backports-team@debian.org
 
+    log "Cleanup NEW/Backports NEW"
     dak clean-suites -a new,backports-new
 }
 
index 48684e084a747ec2366987a195dbcbc9c35588a8..6c1b093cf979802041091d0dc9ca3a0fec7e1657 100644 (file)
@@ -7,9 +7,9 @@ function importusers() {
 function newoverview() {
     # do not run show-new and other stuff in parallel
     if lockfile -r16 $LOCK_UNCHECKED 2> /dev/null; then
-        log "Creating new overview"
         TMPFILES="${TMPFILES} ${LOCK_UNCHECKED}"
         do_new
+        log "Output html for packages in NEW"
         dak show-new > /dev/null || true
         cleantempfiles
     fi
index 93053a479a1521a0c2e0001671ea88ff8a81be6f..f42738cac3453e4d7625e28b7028306d26e884ef 100644 (file)
@@ -1,6 +1,6 @@
 # FUNC                 ARGS                       TIME                       ERR     BG
 importusers            none                       none                       false   false
-newoverview            none                       none                       false   false
+newoverview            none                       none                       false   true
 queuereport            none                       none                       false   true
 removalstxt            none                       none                       false   true
 rss                    none                       none                       false   true