From 48d9eb69dd9d76eb2cbbab3182b549bad04a6504 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 20 Dec 2016 17:08:37 +0100 Subject: reproducible Debian: basically stop scheduling old packages on testing/armhf+i386 due to #846564 still affecting stretch Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index b1721f62..f9301a6a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -144,12 +144,12 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'testing': {1: (300, 8), 2: (500, 5), '*': 0}, 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'testing': {1: (300, 8), 2: (500, 5), '*': 0}, 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, } -- cgit v1.2.3-70-g09d2