diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-22 11:57:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-22 11:57:39 +0200 |
commit | d32fd4c451b38ffc3e5bdec366253c362de17718 (patch) | |
tree | b13aa75cd756418b70e529152a9682881a1af70b /bin | |
parent | 1e41f427dbfbd37692089aec0bdf5c3d3b1dd38f (diff) | |
download | jenkins.debian.net-d32fd4c451b38ffc3e5bdec366253c362de17718.tar.xz |
reproducible: cosmetic fixup of last commit
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 eaec7ea8..e5322bea 100755 --- a/bin/reproducible_blacklist.sh +++ b/bin/reproducible_blacklist.sh @@ -87,7 +87,7 @@ echo "$MESSAGE" kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE" echo echo "=============================================================================" -echo "The following $TOTAL source packages from $SUITE have been blacklisted: $PACKAGES" +echo "The following $TOTAL source packages from $SUITE have been $ACTION: $PACKAGES" echo "=============================================================================" echo echo "Probably edit notes.git/packages.yml now and enter/remove reasons for blacklisting there." |