From 57aa4ced39e3b920269fc77a90a1ac8c3df9f471 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Jul 2015 12:34:23 +0200 Subject: reproducible: shorten irc messages --- bin/reproducible_remote_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index d80aaf47..b12786c5 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -173,8 +173,8 @@ for pkg in packages: blablabla = '✂…' if len(' '.join(pkgs)) > 257 else '' packages_txt = ' packages ' if len(pkgs) > 1 else ' package ' trailing = ' - artifacts will be preserved' if artifacts else '' -trailing += ' - there will be no notification at the end' if not notify else '' -trailing += ' - notify when the build starts too' if debug_url else '' +trailing += ' - with irc notification' if notify else '' +trailing += ' - notify on start too' if debug_url else '' message = str(len(ids)) + packages_txt + 'scheduled in ' + suite + ' by ' + \ requester -- cgit v1.2.3-70-g09d2