mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
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>
This commit is contained in:
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…
x
Reference in New Issue
Block a user