[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve readability, increase code size by 3 chars, reduce irc message by 1
Holger Levsen
holger at moszumanska.debian.org
Tue Sep 22 19:56:51 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 f27f61c3e2097673b388301c3f74bba698034780
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Sep 22 21:56:07 2015 +0200
reproducible: improve readability, increase code size by 3 chars, reduce irc message by 1
---
bin/reproducible_remote_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index 5f9a646..e81131e 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -193,7 +193,7 @@ trailing += ' - notify on start too' if debug_url else ''
message = str(len(ids)) + packages_txt + 'scheduled in ' + suite + '/' + \
arch + ' by ' + requester
if reason:
- message += ' (reason: ' + reason + ')'
+ message += ', reason: \'' + reason + '\''
message += ': ' + ' '.join(pkgs)[0:256] + blablabla + trailing
--
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