diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-04 21:07:33 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-04 21:07:33 +0200 |
commit | 1ddf9264adb4d3f6d612882c1912208dd072c23f (patch) | |
tree | abfbf64b2dc93e015177b60e371217ef0dd41c57 | |
parent | c6a246d8b6a6b8cb48e27d9d3933061f738a78d1 (diff) | |
download | jenkins.debian.net-1ddf9264adb4d3f6d612882c1912208dd072c23f.tar.xz |
fixup c6a246d8: reproducible: almost always schedule new versions, so that new uploads are processed quickly
-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 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: |