X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=ce1d43e621c5f11acc8e3291600beaf72b1f7b3c;hb=f8996e240d9d0278bce098e23be63db0bcc6fbee;hp=468695f7a4fb7b30adaaf7f359f956a3b6fd5f31;hpb=f69d781f6f310a7fee748f8f41d4c3935fd60559;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 468695f7..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-deferred > ${webdir}/deferred.html cd $queuedir/new ; dak show-new *.changes > /dev/null