]> git.decadent.org.uk Git - dak.git/commitdiff
And the nagging goes to the team
authorJoerg Jaspert <joerg@debian.org>
Wed, 22 Sep 2010 20:05:18 +0000 (22:05 +0200)
committerJoerg Jaspert <joerg@debian.org>
Wed, 22 Sep 2010 20:05:18 +0000 (22:05 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/dinstall.functions

index e8ba2717461f4349f23d111e095ca763c334c530..1325b453d2e1f323a1efed46b6446b7fa8ae60b0 100644 (file)
@@ -449,12 +449,12 @@ function transitionsclean() {
 function reports() {
     # Send a report on NEW/BYHAND packages
     log "Nagging ftpteam about NEW/BYHAND packages"
-    dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" ftpmaster@backports.debian.org
+    dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" team@backports.debian.org
     # and one on crufty packages
     log "Sending information about crufty packages"
     dak cruft-report > $webdir/cruft-report-daily.txt
 #    dak cruft-report -s experimental >> $webdir/cruft-report-daily.txt
-    cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" ftpmaster@backports.debian.org
+    cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" team@backports.debian.org
 }
 
 function dm() {