[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: unbreak the scheduler.

Holger Levsen holger at layer-acht.org
Sun Jun 4 19:18:50 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 935fbaf34dd42857cb3c6c9e6011c0206932e982
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Sun Jun 4 19:16:57 2017 +0000

    reproducible Debian: unbreak the scheduler.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 3263fcb..8e3c82a 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -145,7 +145,7 @@ def parse_args():
     log.debug('Date: after ' + built_after if built_after else str(None) +
               ' before ' + built_before if built_before else str(None))
     log.debug('Suites: ' + repr(suites))
-    log.debug('Architectures: ' + archs)
+    log.debug('Architectures: ' + repr(archs))
     log.debug('Packages: ' + ' '.join(packages))
 
     if not suites[0]:

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