From 56ee74bde84b89834b6be8ed03d590d8367ff01b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 11 Jan 2016 19:57:32 +0100 Subject: reproducible armhf: try to schedule known old packages again --- bin/reproducible_scheduler.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index b5f4f28f..293b0f92 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 175}, - 'unstable': {'*': 175}, - 'experimental': {'*': 175}, + 'testing': {'*': 150}, + 'unstable': {'*': 150}, + 'experimental': {'*': 150}, }, }, 'new': { @@ -107,15 +107,15 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (500, 125), '*': 0}, - 'unstable': {1: (300, 200), 2: (500, 125), '*': 0}, - 'experimental': {1: (300, 30), 2: (500, 15), '*': 0}, + 'testing': {1: (300, 200), 2: (600, 125), '*': 0}, + 'unstable': {1: (300, 200), 2: (600, 125), '*': 0}, + 'experimental': {1: (300, 30), 2: (600, 15), '*': 0}, } } } # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 7, 'armhf': 42} +MINIMUM_AGE = {'amd64': 7, 'armhf': 28} class Limit: -- cgit v1.2.3-70-g09d2