From 59f099d0801374fc303644a4619fd95454c1807b Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 17 Dec 2014 22:51:33 +0100 Subject: [PATCH] britney.conf: Allow kfreebsd packages to go out of sync Done as kFreeBSD is not a release architecture and it has started to block migration of release related changes. I have kept it out of "BREAK_ARCHES" as I do not yet see a reason to add it there. Signed-off-by: Niels Thykier --- britney.conf | 2 +- britney_nobreakall.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.conf b/britney.conf index 1c5b5c7..163e191 100644 --- a/britney.conf +++ b/britney.conf @@ -20,7 +20,7 @@ ARCHITECTURES = i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mi NOBREAKALL_ARCHES = i386 # if you're in this list, your packages may not stay in sync with the source -FUCKED_ARCHES = +FUCKED_ARCHES = kfreebsd-i386 kfreebsd-amd64 # if you're in this list, your uninstallability count may increase BREAK_ARCHES = diff --git a/britney_nobreakall.conf b/britney_nobreakall.conf index 4c04e4b..f4e8c1a 100644 --- a/britney_nobreakall.conf +++ b/britney_nobreakall.conf @@ -20,7 +20,7 @@ ARCHITECTURES = i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mi NOBREAKALL_ARCHES = i386 amd64 arm64 armel armhf kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc ppc64el s390x # if you're in this list, your packages may not stay in sync with the source -FUCKED_ARCHES = +FUCKED_ARCHES = kfreebsd-i386 kfreebsd-amd64 # if you're in this list, your uninstallability count may increase BREAK_ARCHES =