[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix mail addresses when sending out notifications
Holger Levsen
holger at moszumanska.debian.org
Fri Oct 9 09:46:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d35b3512369698def5cdc93b13d0c06ecb3e4191
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 9 11:45:35 2015 +0200
reproducible: fix mail addresses when sending out notifications
---
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 8a8e619..9ae63e6 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -350,7 +350,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
mv $NOTE $TMPFILE
cat $TMPFILE | mail -s "reproducible.debian.net status changes for $NOTE" \
-a "From: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>" \
- $NOTE at packages.debian.org
+ $(basename $NOTE)@packages.debian.org
rm -f $TMPFILE
done
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list