summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-12 17:52:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-12 17:52:58 +0200
commitd33b3aaa9e4519d81fdf81e3a8d70ef99e3e1dff (patch)
treeead5a96943077065a395a8701e4dc1ffc025ceb5 /bin
parent9df7e0cdead0e9a6ade234e4eac814640f4f1f5a (diff)
downloadjenkins.debian.net-d33b3aaa9e4519d81fdf81e3a8d70ef99e3e1dff.tar.xz
reprododucible: fix comment
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 26f6783b..2d103ada 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -525,7 +525,7 @@ def scheduler(arch):
if __name__ == '__main__':
- log.info('Updating schroots and sources tables for all suites.')
+ log.info('Updating sources tables for all suites.')
for suite in SUITES:
update_sources(suite)
purge_old_pages()