[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: shorten irc messages

Holger Levsen holger at moszumanska.debian.org
Wed Jul 8 10:45:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 57aa4ced39e3b920269fc77a90a1ac8c3df9f471
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 8 12:34:23 2015 +0200

    reproducible: shorten irc messages
---
 bin/reproducible_remote_scheduler.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index d80aaf4..b12786c 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list