Skip to content
Snippets Groups Projects
Commit 4608f60e authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: treat bullseye like sid when scheduling, to allow sid to catch up a bit


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 3f151ee9
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ LIMITS = {
'i386': {
'stretch': {1: (1000, 0), 2: (1300, 0), '*': 0},
'buster': {1: (1000, 40), 2: (1300, 20), '*': 5},
'bullseye': {1: (1000, 40), 2: (1500, 20), '*': 5},
'bullseye': {1: (1000, 40), 2: (1300, 20), '*': 5},
'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
'experimental': {1: (1000, 40), 2: (1300, 20), '*': 2},
},
......@@ -172,7 +172,7 @@ LIMITS = {
'i386': {
'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
'buster': {1: (800, 400), 2: (1300, 200), '*': 50},
'bullseye': {1: (1000, 400), 2: (1500, 200), '*': 50},
'bullseye': {1: (800, 400), 2: (1300, 200), '*': 50},
'unstable': {1: (800, 400), 2: (1300, 200), '*': 50},
'experimental': {1: (800, 400), 2: (1300, 200), '*': 20},
},
......@@ -202,7 +202,7 @@ LIMITS = {
'i386': {
'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
'buster': {1: (800, 750), 2: (1300, 600), '*': 0},
'bullseye': {1: (1000, 900), 2: (1500, 750), '*': 0},
'bullseye': {1: (800, 900), 2: (1300, 750), '*': 0},
'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment