diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-07-25 21:58:46 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-26 12:05:41 +0200 |
commit | 430446415aa1d24a0abffda776a460f7279cfc2a (patch) | |
tree | 5cdcbe2f8281a717bbd544021468f785a245c4db /bin | |
parent | 9194a8944258cd764cc7b2a5aeeafe14cf976d7f (diff) | |
download | jenkins.debian.net-430446415aa1d24a0abffda776a460f7279cfc2a.tar.xz |
reproducible: build: add a suite bit in the mail notification. Thanks ebourg for the suggestion!
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 39c9a8a1..831b561b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -135,7 +135,7 @@ update_db_and_html() { fi if [ "$OLD_STATUS" != "$STATUS" ] && [ "$NOTIFY_MAINTAINER" -eq 1 ]; then echo "More information on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE, feel free to reply to this email to get more help." | \ - mail -s "$SRCPACKAGE changed: $OLD_STATUS -> $STATUS" \ + mail -s "$SRCPACKAGE changed in $SUITE: $OLD_STATUS -> $STATUS" \ -a "From: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org>" \ "$SRCPACKAGE@packages.debian.org" fi |