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

[dak/master] enable punew for bpo



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/cron.dinstall      |    8 ++++++++
 config/backports/dinstall.functions |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall
index c2a5b32..634ef1d 100755
--- a/config/backports/cron.dinstall
+++ b/config/backports/cron.dinstall
@@ -190,6 +190,14 @@ lockfile "$LOCK_ACCEPTED"
 lockfile "$LOCK_NEW"
 
 GO=(
+    FUNC="punew"
+    TIME="p-u-new"
+    ARGS="proposedupdates"
+    ERR="false"
+)
+stage $GO
+
+GO=(
     FUNC="newstage"
     TIME="newstage"
     ARGS=""
diff --git a/config/backports/dinstall.functions b/config/backports/dinstall.functions
index d8ca517..27854f8 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() {
-- 
1.5.6.5


Reply to: