From 47740f2535a9fcd157b1e848b47d6d5f35bfe9bc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 13 Oct 2014 23:52:14 +0200 Subject: reproducible: include first 265 bytes of names of manally rescheduled packages in irc notification... --- bin/reproducible_schedule_on_demand.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_schedule_on_demand.sh') diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index d68a4ce9..f3722302 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -58,7 +58,10 @@ check_candidates() { # CANDIDATES="$@" check_candidates -MESSAGE="$TOTAL package(s) manually (re-)scheduled: $PACKAGES" +if [ $#{PACKAGES} -gt 256 ] ; then + BLABLABLA="..." +fi +MESSAGE="$TOTAL package(s) manually (re-)scheduled: ${PACKAGES:0:256}$BLABLABLA" # finally schedule_packages -- cgit v1.2.3-54-g00ecf