From: Anthony Towns Date: Tue, 19 Jun 2007 13:42:24 +0000 (+0100) Subject: * config/debian/cron.daily: auotmatically accept/reject X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f0cb58d0e179b2d90695a7856f8861ff76d91446;p=dak.git * config/debian/cron.daily: auotmatically accept/reject oldstable-proposed-updates based on COMMENTS directory --- diff --git a/ChangeLog b/ChangeLog index a5606ebc..434699ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,10 @@ priority of a source override; never set priority of source overrides; correct typo in logging (s/priority/section/ at one place) + * config/debian/apt.conf.oldstable: Added for oldstable point releases. + * config/debian/cron.daily: auotmatically accept/reject + oldstable-proposed-updates based on COMMENTS directory 2007-06-18 Anthony Towns diff --git a/config/debian/cron.daily b/config/debian/cron.daily index f72c129d..54270023 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -56,6 +56,12 @@ date -u -R >> REPORT dak process-new -a -C COMMENTS >> REPORT echo >> REPORT +TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X) +cd $queuedir/o-p-u-new +date -u -R >> REPORT +dak process-new -a -C COMMENTS >> REPORT +echo >> REPORT + ################################################################################ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)