[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ftpmaster-dak r1077: Do not allow o-p-u-new to break dinstall



------------------------------------------------------------
revno: 1077
committer: Joerg Jaspert <joerg@debian.org>
branch nick: upstream
timestamp: Sat 2008-05-03 22:28:50 +0200
message:
  Do not allow o-p-u-new to break dinstall
modified:
  ChangeLog
  config/debian/cron.dinstall
=== modified file 'ChangeLog'
--- a/ChangeLog	2008-05-03 17:48:55 +0000
+++ b/ChangeLog	2008-05-03 20:28:50 +0000
@@ -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
+	Do not allow automated [o-]p-u-new processing to break dinstall
 
 2008-05-03  Thomas Viehmann  <tv@beamnet.de>
 

=== modified file 'config/debian/cron.dinstall'
--- a/config/debian/cron.dinstall	2008-05-03 20:14:19 +0000
+++ b/config/debian/cron.dinstall	2008-05-03 20:28:50 +0000
@@ -65,14 +65,14 @@
 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
 
 ################################################################################


Reply to: