diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-13 09:48:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-13 09:48:32 +0100 |
commit | 2f4b452db00b784666dd057281f0b2e96444e99c (patch) | |
tree | 9038f2b6aaa1315d17d33e5d351ddefe6390ace5 /bin | |
parent | d1e7c41fe879a91c53c2c5260c0896ddacda0a26 (diff) | |
download | jenkins.debian.net-2f4b452db00b784666dd057281f0b2e96444e99c.tar.xz |
Revert "reproducible debian armhf: only schedule old packages older than 42 days"
This reverts commit 71593042610214c62e00c787e1b3af8a2a7c914d.
Diffstat (limited to 'bin')
-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 fbc47924..9ba07c62 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -64,7 +64,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max. """ # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 7, 'armhf': 42} +MINIMUM_AGE = {'amd64': 7, 'armhf': 28} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'armhf': 600} # limits, see explainations above |