diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-17 10:51:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-17 10:51:31 +0200 |
commit | 888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd (patch) | |
tree | a4fce1328d058d2b376d4befc230ed5ef5f575a8 /bin | |
parent | 4f5b0b4b0401a36ff00ad87291650aa099d69dc0 (diff) | |
download | jenkins.debian.net-888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd.tar.xz |
reproducible: shorter subjects for notification mails
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
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 |