summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-04 21:07:33 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-04 21:07:33 +0200
commit1ddf9264adb4d3f6d612882c1912208dd072c23f (patch)
treeabfbf64b2dc93e015177b60e371217ef0dd41c57 /bin/reproducible_scheduler.py
parentc6a246d8b6a6b8cb48e27d9d3933061f738a78d1 (diff)
downloadjenkins.debian.net-1ddf9264adb4d3f6d612882c1912208dd072c23f.tar.xz
fixup c6a246d8: reproducible: almost always schedule new versions, so that new uploads are processed quickly
Diffstat (limited to 'bin/reproducible_scheduler.py')
-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 9f221d4a..be122836 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -446,7 +446,7 @@ def scheduler(arch):
log.info(str(total) + ' packages already scheduled' +
', only scheduling new versions.')
untested, msg_untested = 0, 0
- new, msg_new = schedule_new_versions(arch, total+len(untested))
+ new, msg_new = schedule_new_versions(arch, total)
old_ftbfs, msg_old_ftbfs = 0 ,0
old, msg_old = 0, 0
else: