diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-19 08:58:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-19 08:58:59 +0200 |
commit | 3ab9f021dfcf4774a1672c4b440b80341c9bdf24 (patch) | |
tree | f4cc784c65cb4a8d32667031e2e5aaf27f2c5af5 /bin | |
parent | ee70c0eb3455e82fbab58d1a7c9f164f2a1e0010 (diff) | |
download | jenkins.debian.net-3ab9f021dfcf4774a1672c4b440b80341c9bdf24.tar.xz |
reproducible: don't generate the schedule pages twice
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index de13355a..74eae0c2 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -448,7 +448,6 @@ def scheduler(arch): total = int(query_db(query.format(arch=arch))[0][0]) log.info('Currently scheduled packages in all suites on ' + arch + ': ' + str(total)) if total > MAXIMUM[arch]: - generate_schedule(arch) # from reproducible_html_indexes log.info(str(total) + ' packages already scheduled' + ', only scheduling new versions.') empty_pkgs = {} |