[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: improve job output

Holger Levsen holger at moszumanska.debian.org
Sun Sep 20 06:54:09 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 c8a337b76ddaea24a1600ec4bc304f498829b455
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Sep 20 08:51:34 2015 +0200

    reproducible: improve job output
---
 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 7cae8fc..84cfd94 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -172,7 +172,7 @@ def update_sources(suite):
     sources = lzma.decompress(urlopen(remotefile).read()).decode('utf8')
     log.debug('\tdownloaded')
     for arch in ARCHS:
-        log.info('Updating sources for %s/%s...', suite, arch)
+        log.info('Updating sources db for %s/%s...', suite, arch)
         update_sources_db(suite, arch, sources)
 
 

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