Package: jenkins.debian.org Severity: wishlist Tags: patch Hi,
Attached is the following: commit a9d8854ce595fb4e36b6a4b647fd9c491174e849 Author: Chris Lamb <la...@debian.org> Date: Mon Nov 20 09:55:47 2017 +0900 bin/reproducible_maintenance.sh: Update email subject of status change mails; we've HTTP redirected for months now I did not update the "From:" line to rb-general as we are sending the mails to s...@packages.debian.org so wasn't 100% sure about that. bin/reproducible_maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) You could also pull from "reproducible-debian-net-references" on https://github.com/lamby/jenkins.debian.net Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
>From a9d8854ce595fb4e36b6a4b647fd9c491174e849 Mon Sep 17 00:00:00 2001 From: Chris Lamb <la...@debian.org> Date: Mon, 20 Nov 2017 09:55:47 +0900 Subject: [PATCH] bin/reproducible_maintenance.sh: Update email subject of status change mails; we've HTTP redirected for months now I did not update the "From:" line to rb-general as we are sending the mails to s...@packages.debian.org so wasn't 100% sure about that. --- bin/reproducible_maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 991f0a76..90121b43 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -488,7 +488,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then TMPFILE=$(mktemp --tmpdir=$TEMPDIR maintenance-XXXXXXXXXXXX) PKG=$(basename $NOTE) mv $NOTE $TMPFILE - cat $TMPFILE | mail -s "reproducible.debian.net status changes for $PKG" \ + cat $TMPFILE | mail -s "tests.reproducible-builds.org status changes for $PKG" \ -a "From: Reproducible builds folks <reproducible-bui...@lists.alioth.debian.org>" \ $p...@packages.debian.org rm -f $TMPFILE -- 2.15.0