diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-12 17:52:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-12 17:52:58 +0200 |
commit | d33b3aaa9e4519d81fdf81e3a8d70ef99e3e1dff (patch) | |
tree | ead5a96943077065a395a8701e4dc1ffc025ceb5 | |
parent | 9df7e0cdead0e9a6ade234e4eac814640f4f1f5a (diff) | |
download | jenkins.debian.net-d33b3aaa9e4519d81fdf81e3a8d70ef99e3e1dff.tar.xz |
reprododucible: fix comment
-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 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() |