summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-20 08:51:34 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-20 08:51:34 +0200
commitc8a337b76ddaea24a1600ec4bc304f498829b455 (patch)
treed714969ed2e4f40ca11b04101d074141de735e93 /bin
parenta31d7e65a1f504e6ae36cc03e463c33a3dcbbd2e (diff)
downloadjenkins.debian.net-c8a337b76ddaea24a1600ec4bc304f498829b455.tar.xz
reproducible: improve job output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py2
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)