Commit 0d86554c authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: schedule old armhf bullseye packages more often (than...


reproducible Debian: schedule old armhf bullseye packages more often (than unstable) as the release is near...

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 3cf73687
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2015-2018 Mattia Rizzolo <mattia@mapreri.org>
# Copyright © 2015-2020 Holger Levsen <holger@layer-acht.org>
# Copyright © 2015-2021 Holger Levsen <holger@layer-acht.org>
# Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger@layer-acht.org>
# Licensed under GPL-2
#
@@ -216,7 +216,7 @@ LIMITS = {
        'armhf': {
            'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
            'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0},
            'bullseye': {1: (900, 900), 2: (1400, 600), '*': 0},
            'unstable': {1: (900, 1200), 2: (1400, 800), '*': 0},
            'experimental': {1: (900, 70), 2: (1400, 50), '*': 0},
        }