diff options
author | Chris Lamb <lamby@debian.org> | 2015-02-19 19:17:26 +0000 |
---|---|---|
committer | Chris Lamb <lamby@debian.org> | 2015-02-19 19:17:26 +0000 |
commit | e7e7a1030871d157cf6797bed4e55b080e449e64 (patch) | |
tree | ed251e573f86feeb862d90c1e1456537bf4e49a5 /bin | |
parent | 2400d83199f25703937fadbd6ed08c637c1c20da (diff) | |
download | jenkins.debian.net-e7e7a1030871d157cf6797bed4e55b080e449e64.tar.xz |
Skip the rather verbose "for a total of .. scheduled packages" as we already know we are talking about schedules.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index e31261d5..f9d476d4 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -206,7 +206,7 @@ let "TOTAL=$TOTAL+$AMOUNT" ALL_PACKAGES="$ALL_PACKAGES $PACKAGES" echo "So in total now $TOTAL packages about to be scheduled." -MESSAGE="$MESSAGE and $AMOUNT packages with the same version again, for a total of $TOTAL scheduled packages." +MESSAGE="$MESSAGE and $AMOUNT packages with the same version again (total: $TOTAL)" # finally schedule_packages |