]> git.decadent.org.uk Git - dak.git/commitdiff
Run process-accepted not process-unchecked in cron.daily - duh.
authorJames Troup <james@nocrew.org>
Mon, 12 Jun 2006 00:42:48 +0000 (17:42 -0700)
committerJames Troup <james@nocrew.org>
Mon, 12 Jun 2006 00:42:48 +0000 (17:42 -0700)
ChangeLog
config/debian/cron.daily

index 47e22b138caf887f804ca7adafc00c9506d0a03a..1cce754897bc0e7d993bdf0307f666739d0adb48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-11  James Troup  <troup@spohr.debian.org>
 
+       * config/debian/cron.daily: invoke process-accepted not
+       process-unchecked.
+
        * config/debian/vars (scriptsdir): new variable.
        * config/debian/cron.daily: use it.
 
index 27c674cb0571184d61f71f81cb5a658510e17b5e..292a9afd82a1d915f666cb6058f6915c238ce234 100755 (executable)
@@ -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