[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: build: add a suite bit in the mail notification. Thanks ebourg for the suggestion!

Holger Levsen holger at moszumanska.debian.org
Sun Jul 26 10:07:08 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 430446415aa1d24a0abffda776a460f7279cfc2a
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Jul 25 21:58:46 2015 +0000

    reproducible: build: add a suite bit in the mail notification. Thanks ebourg for the suggestion!
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 39c9a8a..831b561 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -135,7 +135,7 @@ update_db_and_html() {
 	fi
 	if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then
 		echo "More information on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE, feel free to reply to this email to get more help." | \
-			mail -s "$SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
+			mail -s "$SRCPACKAGE changed in $SUITE: $OLD_STATUS -> $STATUS" \
 				-a "From: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>" \
 				"$SRCPACKAGE at packages.debian.org"
 	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