From fe57da654e2d1258f3cffec9344c217ed30d16ed Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 7 Feb 2011 23:15:08 +0100 Subject: [PATCH] enable punew for bpo Signed-off-by: Joerg Jaspert --- config/backports/cron.dinstall | 8 ++++++++ config/backports/dinstall.functions | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index c2a5b322..634ef1d9 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -189,6 +189,14 @@ stage $GO lockfile "$LOCK_ACCEPTED" lockfile "$LOCK_NEW" +GO=( + FUNC="punew" + TIME="p-u-new" + ARGS="proposedupdates" + ERR="false" +) +stage $GO + GO=( FUNC="newstage" TIME="newstage" diff --git a/config/backports/dinstall.functions b/config/backports/dinstall.functions index d8ca5172..27854f8b 100644 --- a/config/backports/dinstall.functions +++ b/config/backports/dinstall.functions @@ -83,7 +83,7 @@ function updates() { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { date -u -R >> REPORT - dak process-policy $1 | tee -a REPORT | mail -e -s "NEW changes in $1" debian-release@lists.debian.org + dak process-policy $1 | tee -a REPORT | mail -e -s "NEW changes in $1" team@backports.debian.org echo >> REPORT } function punew() { -- 2.39.2