]> git.decadent.org.uk Git - dak.git/commitdiff
Do not allow o-p-u-new to break dinstall
authorJoerg Jaspert <joerg@debian.org>
Sat, 3 May 2008 20:28:50 +0000 (22:28 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 3 May 2008 20:28:50 +0000 (22:28 +0200)
ChangeLog
config/debian/cron.dinstall

index 77132d17ca04ac8abefb2e75b876e90977cc459f..8c5ed420445a14c22481d5c3884a50d06c15a787 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        daily for some time now. And while dinstall is an OLD name, its
        recognized pretty well within Debian
        Also add some more timing information
        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>
 
 
 2008-05-03  Thomas Viehmann  <tv@beamnet.de>
 
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
 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
 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
 
 ################################################################################
 echo >> REPORT
 
 ################################################################################