]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/hourly.functions
A bit more logging, and newoverview in hourly runs backgrounded
[dak.git] / config / debian / hourly.functions
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