daily for some time now. And while dinstall is an OLD name, its
recognized pretty well within Debian
Also add some more timing information
+ Do not allow automated [o-]p-u-new processing to break dinstall
2008-05-03 Thomas Viehmann <tv@beamnet.de>
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
################################################################################