diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-20 08:51:34 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-20 08:51:34 +0200 |
commit | c8a337b76ddaea24a1600ec4bc304f498829b455 (patch) | |
tree | d714969ed2e4f40ca11b04101d074141de735e93 | |
parent | a31d7e65a1f504e6ae36cc03e463c33a3dcbbd2e (diff) | |
download | jenkins.debian.net-c8a337b76ddaea24a1600ec4bc304f498829b455.tar.xz |
reproducible: improve job output
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 7cae8fcd..84cfd947 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) |