From e7eb6603fe7f1b02fd57bf158f2f084a3b9ad21d Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Mon, 10 Oct 2016 00:59:58 +0200 Subject: [PATCH] Remove mips64el from break/outofsync arches Signed-off-by: Emilio Pozuelo Monfort --- britney.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.conf b/britney.conf index 80963c4..55d1088 100644 --- a/britney.conf +++ b/britney.conf @@ -31,10 +31,10 @@ ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el powerpc pp NOBREAKALL_ARCHES = i386 amd64 # if you're in this list, your packages may not stay in sync with the source -OUTOFSYNC_ARCHES = mips64el +OUTOFSYNC_ARCHES = # if you're in this list, your uninstallability count may increase -BREAK_ARCHES = mips64el +BREAK_ARCHES = # if you're in this list, you are a new architecture NEW_ARCHES = mips64el