summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-19 08:58:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-19 08:58:59 +0200
commit3ab9f021dfcf4774a1672c4b440b80341c9bdf24 (patch)
treef4cc784c65cb4a8d32667031e2e5aaf27f2c5af5 /bin/reproducible_scheduler.py
parentee70c0eb3455e82fbab58d1a7c9f164f2a1e0010 (diff)
downloadjenkins.debian.net-3ab9f021dfcf4774a1672c4b440b80341c9bdf24.tar.xz
reproducible: don't generate the schedule pages twice
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py1
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 = {}