X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fhourly.functions;h=5ba908537f307f9fab9d9e37ebb671c0c26db8e2;hb=773f4286615587294d6e6acfb850df53a661bbc5;hp=48684e084a747ec2366987a195dbcbc9c35588a8;hpb=32063f01897651692754f8a2a0f189fa7c1f3c64;p=dak.git diff --git a/config/debian/hourly.functions b/config/debian/hourly.functions index 48684e08..5ba90853 100644 --- a/config/debian/hourly.functions +++ b/config/debian/hourly.functions @@ -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 @@ -67,7 +67,7 @@ function builddautosigning() { exec >>/dev/null 2>&1 DATE=$(date -Is) - cat "${BUILDDFUN}" | mail -a "X-Debian: DAK" -e -s "[$(hostname -s)] Buildd key changes ${DATE}" -a "From: Debian FTP Masters " buildd-keys@ftp-master.debian.org + cat "${BUILDDFUN}" | mail -a "X-Debian: DAK" -e -s "[${HOSTNAME}] Buildd key changes ${DATE}" -a "From: Debian FTP Masters " buildd-keys@ftp-master.debian.org rm -f "${BUILDDFUN}" }