diff options
author | Chris Lamb <lamby@debian.org> | 2015-02-19 02:20:41 +0000 |
---|---|---|
committer | Chris Lamb <lamby@debian.org> | 2015-02-19 02:20:41 +0000 |
commit | b7c7ff5aced09d3abeec5fa41494e14ac198d448 (patch) | |
tree | 0e8a2d402f5f6c89fce97e776ccb31bc3f2f9f88 /bin/reproducible_schedule_on_demand.sh | |
parent | 103e698d8d6f8581c1921a9cf39796df04502626 (diff) | |
download | jenkins.debian.net-b7c7ff5aced09d3abeec5fa41494e14ac198d448.tar.xz |
No need to specify when; we would say if it was for a particular time.
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-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 afe8f446..781db0bb 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -60,7 +60,7 @@ if [ ${#PACKAGES} -gt 256 ] ; then BLABLABLA="..." fi PACKAGES=$(echo $PACKAGES) -MESSAGE="$TOTAL $PACKAGES_TXT manually scheduled for immediate testing: ${PACKAGES:0:256}$BLABLABLA" +MESSAGE="$TOTAL $PACKAGES_TXT manually scheduled: ${PACKAGES:0:256}$BLABLABLA" # finally schedule_packages |