diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 12:34:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 12:34:23 +0200 |
commit | 57aa4ced39e3b920269fc77a90a1ac8c3df9f471 (patch) | |
tree | afc06760415d0034f56159b8c6f037653566ebe1 | |
parent | dd3cb27d44fb53b96ac6c4046aa6cd6ff81753e8 (diff) | |
download | jenkins.debian.net-57aa4ced39e3b920269fc77a90a1ac8c3df9f471.tar.xz |
reproducible: shorten irc messages
-rwxr-xr-x | bin/reproducible_remote_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |