[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix typo, thanks to Santiago for spotting

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 15:17:04 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 d0cfea3f0c2842835de58322b9ecb1f0a48125c1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 9 17:16:22 2015 +0200

    reproducible: fix typo, thanks to Santiago for spotting
---
 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 fd12043..cf8a747 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -185,7 +185,7 @@ for pkg in packages:
         pkgs.append(pkg)
 
 blablabla = '✂…' if len(' '.join(pkgs)) > 257 else ''
-packages_txt = str(len(ids)) ' packages ' if len(pkgs) > 1 else ''
+packages_txt = str(len(ids)) + ' packages ' if len(pkgs) > 1 else ''
 trailing = ' - artifacts will be preserved' if artifacts else ''
 trailing += ' - with irc notification' if notify else ''
 trailing += ' - notify on start too' if debug_url else ''

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