[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: build: use a sensible name in the From: field in emails, not just the address
Holger Levsen
holger at moszumanska.debian.org
Thu Jun 11 07:20:25 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 e0a939506d341aea9c10cc7df47718c0a955ec25
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Mon Jun 8 14:43:54 2015 +0200
reproducible: build: use a sensible name in the From: field in emails, not just the address
---
bin/reproducible_build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 75917f9..539d4ec 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -115,7 +115,8 @@ update_db_and_html() {
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" \
- -a "From: reproducible-builds at lists.alioth.debian.org" "$SRCPACKAGE at packages.debian.org"
+ -a "From: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>" \
+ "$SRCPACKAGE at packages.debian.org"
fi
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO results (package_id, version, status, build_date, build_duration) VALUES ('${SRCPKGID}', '$VERSION', '$STATUS', '$DATE', '$DURATION')"
if [ ! -z "$DURATION" ] ; then # this happens when not 404 and not_for_us
--
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