mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-09 02:01:13 +00:00
Add mips64el as a new architecture
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
2b5d23f69f
commit
3a4acc07bd
@ -25,19 +25,19 @@ STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
||||
STATE_DIR = /srv/release.debian.org/britney/state
|
||||
|
||||
# List of release architectures
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel powerpc ppc64el s390x
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el s390x
|
||||
|
||||
# if you're not in this list, arch: all packages are allowed to break on you
|
||||
NOBREAKALL_ARCHES = i386 amd64
|
||||
|
||||
# if you're in this list, your packages may not stay in sync with the source
|
||||
FUCKED_ARCHES =
|
||||
FUCKED_ARCHES = mips64el
|
||||
|
||||
# if you're in this list, your uninstallability count may increase
|
||||
BREAK_ARCHES =
|
||||
BREAK_ARCHES = mips64el
|
||||
|
||||
# if you're in this list, you are a new architecture
|
||||
NEW_ARCHES =
|
||||
NEW_ARCHES = mips64el
|
||||
|
||||
# priorities and delays
|
||||
MINDAYS_LOW = 10
|
||||
|
@ -25,19 +25,19 @@ STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
||||
STATE_DIR = /srv/release.debian.org/britney/state
|
||||
|
||||
# List of release architectures
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel powerpc ppc64el s390x
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el s390x
|
||||
|
||||
# if you're not in this list, arch: all packages are allowed to break on you
|
||||
NOBREAKALL_ARCHES = i386 amd64 arm64 armel armhf mips mipsel powerpc ppc64el s390x
|
||||
NOBREAKALL_ARCHES = i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc ppc64el s390x
|
||||
|
||||
# if you're in this list, your packages may not stay in sync with the source
|
||||
FUCKED_ARCHES =
|
||||
FUCKED_ARCHES = mips64el
|
||||
|
||||
# if you're in this list, your uninstallability count may increase
|
||||
BREAK_ARCHES =
|
||||
BREAK_ARCHES = mips64el
|
||||
|
||||
# if you're in this list, you are a new architecture
|
||||
NEW_ARCHES =
|
||||
NEW_ARCHES = mips64el
|
||||
|
||||
# priorities and delays
|
||||
MINDAYS_LOW = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user