diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-15 23:29:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-15 23:29:32 +0200 |
commit | 1db66fb2e4f6430da8be556be6155435a7ec20a6 (patch) | |
tree | 87870176c5d7613ca6a130a24c526ecf8f3606f4 | |
parent | a855cde06343fdcdcd0388d5825a50e272fb0846 (diff) | |
download | jenkins.debian.net-1db66fb2e4f6430da8be556be6155435a7ec20a6.tar.xz |
reproducible: be more verbose
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index a407d1b5..e873154b 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -47,7 +47,7 @@ if [ $#{PACKAGES} -gt 256 ] ; then BLABLABLA="..." fi PACKAGES=$(echo $PACKAGES) -MESSAGE="$TOTAL package(s) manually (re-)scheduled: ${PACKAGES:0:256}$BLABLABLA" +MESSAGE="$TOTAL package(s) manually (re-)scheduled for immediate testing: ${PACKAGES:0:256}$BLABLABLA" # finally schedule_packages |