summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-17 10:51:31 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-17 10:51:31 +0200
commit888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd (patch)
treea4fce1328d058d2b376d4befc230ed5ef5f575a8 /bin/reproducible_build.sh
parent4f5b0b4b0401a36ff00ad87291650aa099d69dc0 (diff)
downloadjenkins.debian.net-888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd.tar.xz
reproducible: shorter subjects for notification mails
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ec44f7e8..f3d59b0e 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@lists.alioth.debian.org>" \
"$SRCPACKAGE@packages.debian.org"
fi