]> git.decadent.org.uk Git - dak.git/commitdiff
enable punew for bpo
authorJoerg Jaspert <joerg@debian.org>
Mon, 7 Feb 2011 22:15:08 +0000 (23:15 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 7 Feb 2011 22:15:08 +0000 (23:15 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/cron.dinstall
config/backports/dinstall.functions

index c2a5b32298345fee2dcd05c10af918fdf97a5b46..634ef1d979e287113359524248562c0567f57de7 100755 (executable)
@@ -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"
index d8ca5172c968af9e9e29e842db01be1c65aec7f2..27854f8b66eaf2dde60b547318dd23ce4bba6780 100644 (file)
@@ -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() {