X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=2377fef26e91058087f0fc2418028073a62e8b0c;hb=b3248adf17c83c4a2cf3d7c7b60b6f538e6c0726;hp=375cd5ada83edb93f79eb02fe9fe00b789fb238a;hpb=e7de16356672279508b4cd6259ff5fcee7900141;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 375cd5ad..2377fef2 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 @@ -8,6 +8,9 @@ export SCRIPTVARS=/srv/ftp.debian.org/dak/config/debian/vars . $SCRIPTVARS date -u > $ftpdir/project/trace/ftp-master.debian.org +echo "Using dak v1" >> $ftpdir/project/trace/ftp-master.debian.org +echo "Running on host: $(hostname -f)" >> $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