diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-28 18:10:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-28 18:10:01 +0100 |
commit | d40e481e37bde421eb8870f5a548bf436fda6f57 (patch) | |
tree | d3c25ea070c61466c78b8a4c47ac0b2ab2f14768 | |
parent | 6fffbb460b4f31c205b430c53bb1afc3877ac257 (diff) | |
download | jenkins.debian.net-d40e481e37bde421eb8870f5a548bf436fda6f57.tar.xz |
reproducible: …✂ is so much better than ...
-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 3cfda445..e90ab9f8 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -34,7 +34,7 @@ fi CANDIDATES="$@" check_candidates if [ ${#PACKAGE_IDS} -gt 256 ] ; then - BLABLABLA="..." + BLABLABLA="…✂" fi ACTION="manually rescheduled" if [ -n "${BUILD_URL:-}" ] ; then |