Use relative paths; set Ubuntu architecture test; set Ubuntu hint permissions.

This commit is contained in:
Colin Watson 2012-10-22 14:00:38 +01:00
parent e8beb5f5e0
commit 94fb167f5f

View File

@ -1,18 +1,17 @@
# Configuration file for britney # Configuration file for britney
# Paths for control files # Paths for control files
TESTING = /srv/release.debian.org/britney/var/data-b2/testing TESTING = data/testing
TPU = /srv/release.debian.org/britney/var/data-b2/testing-proposed-updates UNSTABLE = data/unstable
UNSTABLE = /srv/release.debian.org/britney/var/data-b2/unstable
# Output # Output
NONINST_STATUS = /srv/release.debian.org/britney/var/data-b2/non-installable-status NONINST_STATUS = data/non-installable-status
EXCUSES_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.html EXCUSES_OUTPUT = output/excuses.html
UPGRADE_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/output.txt UPGRADE_OUTPUT = output/output.txt
HEIDI_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/HeidiResult HEIDI_OUTPUT = output/HeidiResult
# List of release architectures # 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 # if you're not in this list, arch: all packages are allowed to break on you
NOBREAKALL_ARCHES = i386 NOBREAKALL_ARCHES = i386
@ -35,21 +34,7 @@ MINDAYS_EMERGENCY = 0
DEFAULT_URGENCY = low DEFAULT_URGENCY = low
# hint permissions # hint permissions
HINTS_VORLON = ALL HINTS_RELEASE = 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
# support for old libraries in testing (smooth update) # support for old libraries in testing (smooth update)
# use ALL to enable smooth updates for all the sections # use ALL to enable smooth updates for all the sections