From f0cb58d0e179b2d90695a7856f8861ff76d91446 Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Tue, 19 Jun 2007 14:42:24 +0100 Subject: [PATCH] * config/debian/cron.daily: auotmatically accept/reject oldstable-proposed-updates based on COMMENTS directory --- ChangeLog | 3 +++ config/debian/cron.daily | 6 ++++++ 2 files changed, 9 insertions(+) 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) -- 2.39.2