[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: shorter subjects for notification mails

Holger Levsen holger at moszumanska.debian.org
Wed Jun 17 08:52:17 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 888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 17 10:51:31 2015 +0200

    reproducible: shorter subjects for notification mails
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ec44f7e..f3d59b0 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -113,8 +113,8 @@ update_db_and_html() {
 	local OLD_STATUS=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT status FROM results WHERE package_id='${SRCPKGID}'")
 	# notification for changing status
 	if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then
-		echo "More information on <URL:$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE>, feel free to reply to this email to get more help." | \
-			mail -s "Reproducibility state of package $SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \
+		echo "More information on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE, feel free to reply to this email to get more help." | \
+			mail -s "$SRCPACKAGE status changed: $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