Make arm64 and ppc64el regular archs

And reorder the list alphabetically.

Signed-off-by: Julien Cristau <jcristau@debian.org>
master
Julien Cristau 10 years ago
parent 213f9ad0e8
commit 26936d1876

@ -14,19 +14,19 @@ UPGRADE_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/output.tx
HEIDI_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/HeidiResult
# List of release architectures
ARCHITECTURES = i386 amd64 armel mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 armhf s390x arm64 ppc64el
ARCHITECTURES = i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc ppc64el s390x
# if you're not in this list, arch: all packages are allowed to break on you
NOBREAKALL_ARCHES = i386
# if you're in this list, your packages may not stay in sync with the source
FUCKED_ARCHES = arm64 ppc64el
FUCKED_ARCHES =
# if you're in this list, your uninstallability count may increase
BREAK_ARCHES = arm64 ppc64el
BREAK_ARCHES =
# if you're in this list, you are a new architecture
NEW_ARCHES = arm64 ppc64el
NEW_ARCHES =
# priorities and delays
# All 10 for Jessie, normally 10/5/2/0/0

Loading…
Cancel
Save