From 8f13acf226efede83f8c376837705420b947c7e9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Nov 2015 20:48:38 +0100 Subject: reproducible: schedule more sources from sid than stretch --- 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 ebefef3d..bd3d3342 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -102,8 +102,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 1000), 2: (400, 888), '*': 0}, - 'unstable': {1: (300, 800), 2: (400, 666), '*': 0}, + 'testing': {1: (300, 800), 2: (400, 666), '*': 0}, + 'unstable': {1: (300, 1000), 2: (400, 888), '*': 0}, 'experimental': {1: (300, 70), 2: (400, 50), '*': 0}, }, 'armhf': { -- cgit v1.2.3-54-g00ecf