diff options
-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." |