[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: whitespace improvement in mails

Holger Levsen holger at layer-acht.org
Sat Jan 14 17:07:59 UTC 2017


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 c15a2cb3b19349563c084c0b6ec13306de3bdd24
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jan 14 18:07:40 2017 +0100

    reproducible Debian: whitespace improvement in mails
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 4831124..bd2db81 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -715,7 +715,7 @@ def scheduler(arch):
     if msg_old:
         message += msg_old + ', '
     total = [now_queued_here[x] for x in SUITES]
-    message += ' for ' + str(sum(total))
+    message += 'for ' + str(sum(total))
     message += ' or ' + '+'.join([str(now_queued_here[x]) for x in SUITES])
     message += ' packages in total.'
     log.info('Scheduling for architecture ' + arch + ' done.')

-- 
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