]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
Do not allow o-p-u-new to break dinstall
[dak.git] / config / debian / cron.dinstall
index d8a69d62de4478af48045c1ad2c4b0fa368993ec..8813d519fa1c42a98eff79db75c06deda3702929 100755 (executable)
@@ -65,14 +65,14 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)
 echo "Doing automated p-u-new processing"
 cd $queuedir/p-u-new
 date -u -R >> REPORT
-dak process-new -a -C COMMENTS >> REPORT
+dak process-new -a -C COMMENTS >> REPORT || true
 echo >> REPORT
 
 TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)
 echo "Doing automated o-p-u-new processing"
 cd $queuedir/o-p-u-new
 date -u -R >> REPORT
-dak process-new -a -C COMMENTS >> REPORT
+dak process-new -a -C COMMENTS >> REPORT || true
 echo >> REPORT
 
 ################################################################################