]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall
allow p-a and p-u to take a directory to parse themselves
[dak.git] / config / debian / dinstall
index d38503cedbd8f7870b620051360640b6792e00f6..a4244e37a80e760c5e28f0ff7d5435d1748c70d7 100755 (executable)
@@ -169,7 +169,7 @@ function accepted() {
     log "Processing queue/accepted"
     cd "$accepted"
     rm -f REPORT
-    dak process-accepted -pa *.changes > REPORT
+    dak process-accepted -pa -d /srv/ftp.debian.org/queue/accepted > REPORT
     cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org
     chgrp debadmin REPORT
     chmod 664 REPORT