From fd8abc10e8fe122ba548fda8c58b8beab8835fe9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 15 May 2017 18:05:35 +0200 Subject: reproducible Debian: schedule old packages on i386 like on amd64 and arm64 Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index e3819cb9..4e3f2dcc 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -164,8 +164,8 @@ LIMITS = { 'experimental': {1: (500, 70), 2: (850, 50), '*': 0}, }, 'i386': { - 'testing': {1: (500, 800), 2: (850, 550), '*': 0}, - 'unstable': {1: (500, 1000), 2: (850, 750), '*': 0}, + 'testing': {1: (500, 900), 2: (850, 750), '*': 0}, + 'unstable': {1: (500, 1100), 2: (850, 950), '*': 0}, 'experimental': {1: (500, 70), 2: (850, 50), '*': 0}, }, 'arm64': { -- cgit v1.2.3-70-g09d2