From e7e7a1030871d157cf6797bed4e55b080e449e64 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Thu, 19 Feb 2015 19:17:26 +0000 Subject: Skip the rather verbose "for a total of .. scheduled packages" as we already know we are talking about schedules. --- bin/reproducible_scheduler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf