X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=ce1d43e621c5f11acc8e3291600beaf72b1f7b3c;hb=f8996e240d9d0278bce098e23be63db0bcc6fbee;hp=375cd5ada83edb93f79eb02fe9fe00b789fb238a;hpb=e7de16356672279508b4cd6259ff5fcee7900141;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 375cd5ad..ce1d43e6 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -1,6 +1,6 @@ #! /bin/sh # -# Executed hourly via cron, out of troup's crontab. +# Executed hourly via cron, out of dak's crontab. set -e set -u @@ -10,4 +10,5 @@ export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars date -u > $ftpdir/project/trace/ftp-master.debian.org dak import-users-from-passwd dak queue-report -n > $webdir/new.html -dak show-new > /dev/null +dak show-deferred > ${webdir}/deferred.html +cd $queuedir/new ; dak show-new *.changes > /dev/null