diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-11 21:36:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-11 21:36:48 +0100 |
commit | 951594f792afe757ee299d2f74546c14e02802a4 (patch) | |
tree | 08b5b75a8ea4cdecd0938d628b7cbd394bac15c4 /bin | |
parent | 093285a1eb853d6a55cf062ba1e44c5eb1295a7e (diff) | |
download | jenkins.debian.net-951594f792afe757ee299d2f74546c14e02802a4.tar.xz |
reproducible: include suite in output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_blacklist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_blacklist.sh b/bin/reproducible_blacklist.sh index 4eb93e62..2c02a1f0 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -44,7 +44,7 @@ shift CANDIDATES="$@" check_candidates PACKAGES=$(echo $PACKAGES) -MESSAGE="$TOTAL package(s) blacklisted: ${PACKAGES}" +MESSAGE="$TOTAL package(s) blacklisted in $SUITE: ${PACKAGES}" if [ $TOTAL -lt 1 ] ; then exit 1 fi |