From 888ac1ed17e3ce5e1a1c43afdfce7c2b1336d5dd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 17 Jun 2015 10:51:31 +0200 Subject: reproducible: shorter subjects for notification mails --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') 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 , 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 " \ "$SRCPACKAGE@packages.debian.org" fi -- cgit v1.2.3-54-g00ecf