summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-08 14:43:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-11 09:09:08 +0200
commite0a939506d341aea9c10cc7df47718c0a955ec25 (patch)
treea687ad5a0c3c7ff7c6b8e2e10b7f76b40cbe77f6 /bin
parentb282fd7b71047f22cfb1d65463269c9458aef420 (diff)
downloadjenkins.debian.net-e0a939506d341aea9c10cc7df47718c0a955ec25.tar.xz
reproducible: build: use a sensible name in the From: field in emails, not just the address
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 75917f99..539d4ecb 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@lists.alioth.debian.org" "$SRCPACKAGE@packages.debian.org"
+ -a "From: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>" \
+ "$SRCPACKAGE@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