2006-06-17 13:45:56 +00:00
|
|
|
# Configuration file for britney
|
|
|
|
|
|
|
|
# Paths for control files
|
2008-01-12 18:41:03 +00:00
|
|
|
TESTING = /srv/ftp.debian.org/testing/data/testing
|
|
|
|
TPU = /srv/ftp.debian.org/testing/data/testing-proposed-updates
|
|
|
|
UNSTABLE = /srv/ftp.debian.org/testing/data/unstable
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# Output
|
2008-01-12 18:41:03 +00:00
|
|
|
NONINST_STATUS = /srv/ftp.debian.org/testing/data/non-installable-status
|
|
|
|
EXCUSES_OUTPUT = /srv/ftp.debian.org/testing/output/excuses.html
|
|
|
|
UPGRADE_OUTPUT = /srv/ftp.debian.org/testing/output/output.txt
|
2008-01-15 15:06:01 +00:00
|
|
|
HEIDI_OUTPUT = /srv/ftp.debian.org/testing/output/HeidiResult
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# List of release architectures
|
2011-02-03 18:47:16 +00:00
|
|
|
ARCHITECTURES = i386 sparc powerpc armel ia64 mips mipsel s390 amd64 kfreebsd-i386 kfreebsd-amd64
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're not in this list, arch: all packages are allowed to break on you
|
|
|
|
NOBREAKALL_ARCHES = i386
|
|
|
|
|
|
|
|
# if you're in this list, your packages may not stay in sync with the source
|
2011-02-03 18:47:16 +00:00
|
|
|
FUCKED_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
2011-02-03 18:47:16 +00:00
|
|
|
BREAK_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2006-07-26 22:13:06 +00:00
|
|
|
# if you're in this list, you are a new architecture
|
2009-10-31 12:31:18 +00:00
|
|
|
NEW_ARCHES =
|
2006-07-26 22:13:06 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# priorities and delays
|
|
|
|
MINDAYS_LOW = 10
|
|
|
|
MINDAYS_MEDIUM = 5
|
|
|
|
MINDAYS_HIGH = 2
|
|
|
|
MINDAYS_CRITICAL = 0
|
|
|
|
MINDAYS_EMERGENCY = 0
|
|
|
|
DEFAULT_URGENCY = low
|
|
|
|
|
|
|
|
# hint permissions
|
|
|
|
HINTS_VORLON = ALL
|
|
|
|
HINTS_ABA = ALL
|
2008-01-12 18:41:03 +00:00
|
|
|
HINTS_HE = ALL
|
|
|
|
HINTS_LUK = ALL
|
2009-08-07 05:20:53 +00:00
|
|
|
HINTS_PKERN = STANDARD force
|
2008-03-03 08:57:01 +00:00
|
|
|
HINTS_NEILM = STANDARD
|
2009-08-15 16:39:00 +01:00
|
|
|
HINTS_FREEZE = block block-all block-udeb
|
2009-08-15 16:23:43 +00:00
|
|
|
HINTS_FREEZE-EXCEPTION = unblock unblock-udeb
|
2010-03-24 14:34:28 +00:00
|
|
|
HINTS_ADSB = STANDARD force force-hint
|
2010-09-16 22:45:23 +00:00
|
|
|
HINTS_MEHDI = STANDARD
|
2010-06-01 18:21:16 +00:00
|
|
|
HINTS_FAW = HELPERS
|
2011-06-29 12:14:53 +00:00
|
|
|
HINTS_NTHYKIER = HELPERS
|
2006-08-06 09:29:32 +00:00
|
|
|
|
|
|
|
# support for old libraries in testing (smooth update)
|
|
|
|
# use ALL to enable smooth updates for all the sections
|
|
|
|
SMOOTH_UPDATES = libs oldlibs
|