X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=0ff3caf0c5576c25b821caf47ce88efe46089f3a;hb=a7040b0e856c5d07f6e8d38e8559356f6fd9fe79;hp=375cd5ada83edb93f79eb02fe9fe00b789fb238a;hpb=e7de16356672279508b4cd6259ff5fcee7900141;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 375cd5ad..0ff3caf0 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,4 @@ 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 +cd $queuedir/new ; dak show-new *.changes > /dev/null