From 504a95d7c6f78b6662fa68c62727d6b956e9cf54 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 16 Dec 2013 11:32:42 +0000 Subject: [PATCH] Add ppc64el to ARCHITECTURES and OUTOFSYNC_ARCHES. --- britney.conf | 4 ++-- britney_nobreakall.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/britney.conf b/britney.conf index 34781e6..adf9313 100644 --- a/britney.conf +++ b/britney.conf @@ -13,13 +13,13 @@ HEIDI_OUTPUT = output/HeidiResult DELTA_OUTPUT = output/Delta # List of release architectures -ARCHITECTURES = amd64 arm64 armhf i386 powerpc +ARCHITECTURES = amd64 arm64 armhf i386 powerpc 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 -OUTOFSYNC_ARCHES = +OUTOFSYNC_ARCHES = ppc64el # if you're in this list, your uninstallability count may increase BREAK_ARCHES = diff --git a/britney_nobreakall.conf b/britney_nobreakall.conf index b5ec84a..a2689cf 100644 --- a/britney_nobreakall.conf +++ b/britney_nobreakall.conf @@ -13,10 +13,10 @@ HEIDI_OUTPUT = output/HeidiResult DELTA_OUTPUT = output/Delta # List of release architectures -ARCHITECTURES = amd64 arm64 armhf i386 powerpc +ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el # if you're not in this list, arch: all packages are allowed to break on you -NOBREAKALL_ARCHES = amd64 arm64 armhf i386 powerpc +NOBREAKALL_ARCHES = amd64 arm64 armhf i386 powerpc ppc64el # if you're in this list, your packages may not stay in sync with the source OUTOFSYNC_ARCHES =