From 648b63cb1ea9480d287df909575f2dec2b0f1dba Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Thu, 16 Apr 2020 11:09:00 +0100 Subject: [PATCH] britney.conf: Add riscv64 to ARCHITECTURES / BREAK_ARCHES / NEW_ARCHES --- britney.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/britney.conf b/britney.conf index 09563b7..5daa041 100644 --- a/britney.conf +++ b/britney.conf @@ -29,7 +29,7 @@ STATE_DIR = data/%(SERIES)/state # List of architectures that Britney should consider. # - defaults to the value in testing's Release file (if it is present). # - Required for the legacy layout. -ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el +ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el riscv64 # if you're not in this list, arch: all packages are allowed to break on you NOBREAKALL_ARCHES = amd64 @@ -38,10 +38,10 @@ NOBREAKALL_ARCHES = amd64 OUTOFSYNC_ARCHES = # if you're in this list, your uninstallability count may increase -BREAK_ARCHES = +BREAK_ARCHES = riscv64 # if you're in this list, you are a new architecture -NEW_ARCHES = +NEW_ARCHES = riscv64 # priorities and delays MINDAYS_LOW = 0