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 <niels@thykier.net>
master
Niels Thykier 10 years ago
parent 9d5f47a9b7
commit 59f099d080

@ -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 =

@ -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 =

Loading…
Cancel
Save