From: James Troup Date: Mon, 12 Jun 2006 00:42:48 +0000 (-0700) Subject: Run process-accepted not process-unchecked in cron.daily - duh. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=b50a105afb2ca34bd6c08cf806851dc30061c646;hp=-c;p=dak.git Run process-accepted not process-unchecked in cron.daily - duh. --- b50a105afb2ca34bd6c08cf806851dc30061c646 diff --git a/ChangeLog b/ChangeLog index 47e22b13..1cce7548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-11 James Troup + * config/debian/cron.daily: invoke process-accepted not + process-unchecked. + * config/debian/vars (scriptsdir): new variable. * config/debian/cron.daily: use it. diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 27c674cb..292a9afd 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -50,7 +50,7 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X) lockfile $LOCKAC cd $accepted rm -f REPORT -dak process-unchecked -pa *.changes | tee REPORT | \ +dak process-accepted -pa *.changes | tee REPORT | \ mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org chgrp debadmin REPORT chmod 664 REPORT