]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall
Merge branch 'merge'
[dak.git] / config / debian / dinstall
index 94787d5c2b302e6e4bf76597db3308add3dd0a90..4544d0a0daeb256e3ba38a5f2867560cf9c731d3 100755 (executable)
@@ -167,9 +167,8 @@ function i18n1() {
 # Process the accepted queue
 function accepted() {
     log "Processing queue/accepted"
-    cd "$accepted"
-    rm -f REPORT
-    dak process-accepted -pa *.changes > REPORT
+    rm -f "$accepted/REPORT"
+    dak process-accepted -pa -d "$accepted" > "$accepted/REPORT"
     cat REPORT | mail -s "Install for $(date +"%D - %R")" ftpmaster@ftp-master.debian.org
     chgrp debadmin REPORT
     chmod 664 REPORT