summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2015-02-19 19:17:26 +0000
committerChris Lamb <lamby@debian.org>2015-02-19 19:17:26 +0000
commite7e7a1030871d157cf6797bed4e55b080e449e64 (patch)
treeed251e573f86feeb862d90c1e1456537bf4e49a5
parent2400d83199f25703937fadbd6ed08c637c1c20da (diff)
downloadjenkins.debian.net-e7e7a1030871d157cf6797bed4e55b080e449e64.tar.xz
Skip the rather verbose "for a total of .. scheduled packages" as we already know we are talking about schedules.
-rwxr-xr-xbin/reproducible_scheduler.sh2
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