Commit 5045b645 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: stop scheduling already tested package/version in bookworm

parent 66d6790b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ LIMITS = {
        'amd64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'trixie': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
            'unstable': {1: (1000, 1350), 2: (1500, 1150), '*': 0},
            'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -220,7 +220,7 @@ LIMITS = {
        'i386': {
            'buster': {1: (800, 0), 2: (1300, 0), '*': 0},
            'bullseye': {1: (800, 0), 2: (1300, 0), '*': 0},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'trixie': {1: (1000, 1000), 2: (1500, 850), '*': 0},
            'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
            'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
@@ -228,7 +228,7 @@ LIMITS = {
        'arm64': {
            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'trixie': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
            'unstable': {1: (1000, 1300), 2: (1500, 1100), '*': 0},
            'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -236,7 +236,7 @@ LIMITS = {
        'armhf': {
            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
            'bullseye': {1: (900, 0), 2: (1400, 0), '*': 0},
            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
            'trixie': {1: (1000, 900), 2: (1500, 600), '*': 0},
            'unstable': {1: (900, 1200), 2: (1400, 800), '*': 0},
            'experimental': {1: (900, 70), 2: (1400, 50), '*': 0},