diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-16 18:14:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-16 18:14:26 +0200 |
commit | 9101e4ef9649292bcfc8aa997ca95c74c2f0caf8 (patch) | |
tree | 572995e76aa130444456de36d0191cb95a4b73d6 /bin | |
parent | 82c8b6ea99065a234482ecc0c6e27c8828b2b2e0 (diff) | |
download | jenkins.debian.net-9101e4ef9649292bcfc8aa997ca95c74c2f0caf8.tar.xz |
reproducible: re-schedule more old packages but do so less frequently
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 2fe95e42..7cee0aee 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -259,8 +259,6 @@ def scheduler(): many_old = 25 # multiplied by 10, usually, see below elif total <= 350: many_old = 17 # also... - elif total <= 450: - many_old = 10 # ... else: many_old = 0 # ... for suite in SUITES: |