mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
Use relative paths; set Ubuntu architecture test; set Ubuntu hint permissions.
This commit is contained in:
parent
e8beb5f5e0
commit
94fb167f5f
31
britney.conf
31
britney.conf
@ -1,18 +1,17 @@
|
||||
# Configuration file for britney
|
||||
|
||||
# Paths for control files
|
||||
TESTING = /srv/release.debian.org/britney/var/data-b2/testing
|
||||
TPU = /srv/release.debian.org/britney/var/data-b2/testing-proposed-updates
|
||||
UNSTABLE = /srv/release.debian.org/britney/var/data-b2/unstable
|
||||
TESTING = data/testing
|
||||
UNSTABLE = data/unstable
|
||||
|
||||
# Output
|
||||
NONINST_STATUS = /srv/release.debian.org/britney/var/data-b2/non-installable-status
|
||||
EXCUSES_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.html
|
||||
UPGRADE_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/output.txt
|
||||
HEIDI_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/HeidiResult
|
||||
NONINST_STATUS = data/non-installable-status
|
||||
EXCUSES_OUTPUT = output/excuses.html
|
||||
UPGRADE_OUTPUT = output/output.txt
|
||||
HEIDI_OUTPUT = output/HeidiResult
|
||||
|
||||
# List of release architectures
|
||||
ARCHITECTURES = i386 amd64 armel ia64 mips mipsel powerpc s390 sparc kfreebsd-i386 kfreebsd-amd64 armhf s390x
|
||||
ARCHITECTURES = amd64 armel armhf i386 powerpc
|
||||
|
||||
# if you're not in this list, arch: all packages are allowed to break on you
|
||||
NOBREAKALL_ARCHES = i386
|
||||
@ -35,21 +34,7 @@ MINDAYS_EMERGENCY = 0
|
||||
DEFAULT_URGENCY = low
|
||||
|
||||
# hint permissions
|
||||
HINTS_VORLON = ALL
|
||||
HINTS_ABA = ALL
|
||||
HINTS_HE = ALL
|
||||
HINTS_LUK = ALL
|
||||
HINTS_PKERN = STANDARD force
|
||||
HINTS_ADSB = STANDARD force force-hint
|
||||
HINTS_NEILM = STANDARD
|
||||
HINTS_MEHDI = STANDARD
|
||||
HINTS_JCRISTAU = STANDARD force force-hint
|
||||
HINTS_FAW = HELPERS
|
||||
HINTS_NTHYKIER = STANDARD
|
||||
HINTS_KIBI = STANDARD
|
||||
HINTS_FREEZE = block block-all block-udeb
|
||||
HINTS_FREEZE-EXCEPTION = unblock unblock-udeb
|
||||
HINTS_SATBRITNEY = easy
|
||||
HINTS_RELEASE = ALL
|
||||
|
||||
# support for old libraries in testing (smooth update)
|
||||
# use ALL to enable smooth updates for all the sections
|
||||
|
Loading…
x
Reference in New Issue
Block a user