From 430446415aa1d24a0abffda776a460f7279cfc2a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 25 Jul 2015 21:58:46 +0000 Subject: reproducible: build: add a suite bit in the mail notification. Thanks ebourg for the suggestion! --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " \ "$SRCPACKAGE@packages.debian.org" fi -- cgit v1.2.3-54-g00ecf