add arm64 ppc64el

master
Andreas Barth 10 years ago
parent ef45659797
commit d51fa09c75

@ -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
ARCHITECTURES = i386 amd64 armel mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 armhf s390x arm64 ppc64el
# 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 =
FUCKED_ARCHES = arm64 ppc64el
# if you're in this list, your uninstallability count may increase
BREAK_ARCHES =
BREAK_ARCHES = arm64 ppc64el
# if you're in this list, you are a new architecture
NEW_ARCHES =
NEW_ARCHES = arm64 ppc64el
# priorities and delays
MINDAYS_LOW = 10

@ -12,10 +12,10 @@ 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
ARCHITECTURES = i386 amd64 armel mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 armhf s390x arm64 ppc64el
# if you're not in this list, arch: all packages are allowed to break on you
NOBREAKALL_ARCHES = i386 amd64 armel mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 armhf s390x
NOBREAKALL_ARCHES = i386 amd64 armel mips mipsel powerpc kfreebsd-i386 kfreebsd-amd64 armhf s390x arm64 ppc64el
# if you're in this list, your packages may not stay in sync with the source
FUCKED_ARCHES =

Loading…
Cancel
Save