mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 20:31:12 +00:00
britney.conf: Add riscv64 to ARCHITECTURES / BREAK_ARCHES / NEW_ARCHES
This commit is contained in:
parent
dc624622c1
commit
648b63cb1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user