diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:45:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:45:39 +0200 |
commit | 543146c2cd0a499b2cd68ac02a7d5a0b7f0ea257 (patch) | |
tree | 787664e92e9db244a5ee3ee0140f911dd887e846 /bin | |
parent | 0984c654098d809c093ee3829d21f3b68a91991c (diff) | |
download | jenkins.debian.net-543146c2cd0a499b2cd68ac02a7d5a0b7f0ea257.tar.xz |
reproducible: include names of rescheduled packages, humans are curious
Diffstat (limited to 'bin')
-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 53e2ed3c..d68a4ce9 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -58,7 +58,7 @@ check_candidates() { # CANDIDATES="$@" check_candidates -MESSAGE="$TOTAL package(s) manually (re-)scheduled." +MESSAGE="$TOTAL package(s) manually (re-)scheduled: $PACKAGES" # finally schedule_packages |