From ba966d2514f68c48c5c189c2bb5190dda9da2554 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Jun 2017 14:40:32 +0200 Subject: reproducible Debian: (almost) stop scheduling old packages in stretch Signed-off-by: Holger Levsen --- bin/reproducible_scheduler.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 686db7e8..44e40092 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -175,25 +175,25 @@ LIMITS = { }, 'old': { 'amd64': { - 'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0}, + 'stretch': {1: (700, 100), 2: (1100, 85), '*': 0}, 'buster': {1: (700, 1000), 2: (1100, 850), '*': 0}, 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0}, 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0}, }, 'i386': { - 'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0}, + 'stretch': {1: (700, 100), 2: (1100, 85), '*': 0}, 'buster': {1: (700, 1000), 2: (1100, 850), '*': 0}, 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0}, 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0}, }, 'arm64': { - 'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0}, + 'stretch': {1: (700, 100), 2: (1100, 85), '*': 0}, 'buster': {1: (700, 1000), 2: (1100, 850), '*': 0}, 'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0}, 'experimental': {1: (700, 70), 2: (1100, 50), '*': 0}, }, 'armhf': { - 'stretch': {1: (600, 800), 2: (850, 500), '*': 0}, + 'stretch': {1: (600, 80), 2: (850, 50), '*': 0}, 'buster': {1: (600, 800), 2: (850, 500), '*': 0}, 'unstable': {1: (600, 1000), 2: (850, 700), '*': 0}, 'experimental': {1: (600, 70), 2: (850, 50), '*': 0}, -- cgit v1.2.3-54-g00ecf