summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_blacklist.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 21:36:48 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 21:36:48 +0100
commit951594f792afe757ee299d2f74546c14e02802a4 (patch)
tree08b5b75a8ea4cdecd0938d628b7cbd394bac15c4 /bin/reproducible_blacklist.sh
parent093285a1eb853d6a55cf062ba1e44c5eb1295a7e (diff)
downloadjenkins.debian.net-951594f792afe757ee299d2f74546c14e02802a4.tar.xz
reproducible: include suite in output
Diffstat (limited to 'bin/reproducible_blacklist.sh')
-rwxr-xr-xbin/reproducible_blacklist.sh2
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