2006-06-17 13:45:56 +00:00
|
|
|
# Configuration file for britney
|
|
|
|
|
|
|
|
# Paths for control files
|
2012-10-22 14:00:38 +01:00
|
|
|
TESTING = data/testing
|
|
|
|
UNSTABLE = data/unstable
|
2012-11-04 00:03:26 +00:00
|
|
|
PARTIAL_UNSTABLE = yes
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# Output
|
2012-10-22 14:00:38 +01:00
|
|
|
NONINST_STATUS = data/non-installable-status
|
|
|
|
EXCUSES_OUTPUT = output/excuses.html
|
|
|
|
UPGRADE_OUTPUT = output/output.txt
|
|
|
|
HEIDI_OUTPUT = output/HeidiResult
|
2012-10-22 15:10:05 +01:00
|
|
|
DELTA_OUTPUT = output/Delta
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# List of release architectures
|
2013-12-16 11:32:42 +00:00
|
|
|
ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el
|
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
|
2013-12-23 13:45:08 +00:00
|
|
|
OUTOFSYNC_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
2012-11-09 23:42:54 +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
|
2013-09-13 04:05:28 +01:00
|
|
|
NEW_ARCHES =
|
2006-07-26 22:13:06 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# priorities and delays
|
2013-09-25 14:44:39 +01:00
|
|
|
MINDAYS_LOW = 0
|
|
|
|
MINDAYS_MEDIUM = 0
|
|
|
|
MINDAYS_HIGH = 0
|
2006-06-17 13:45:56 +00:00
|
|
|
MINDAYS_CRITICAL = 0
|
|
|
|
MINDAYS_EMERGENCY = 0
|
|
|
|
DEFAULT_URGENCY = low
|
|
|
|
|
|
|
|
# hint permissions
|
2012-11-08 14:06:16 +00:00
|
|
|
HINTS_CJWATSON = ALL
|
2012-11-19 17:41:06 -07:00
|
|
|
HINTS_ADCONRAD = ALL
|
2012-11-26 12:24:43 -05:00
|
|
|
HINTS_KITTERMAN = ALL
|
2012-11-29 16:00:00 +00:00
|
|
|
HINTS_LANEY = ALL
|
2013-03-11 17:48:15 +00:00
|
|
|
HINTS_JRIDDELL = ALL
|
2013-03-13 11:04:09 +02:00
|
|
|
HINTS_STEFANOR = ALL
|
2013-03-11 13:48:55 -04:00
|
|
|
HINTS_STGRABER = ALL
|
2013-09-02 17:44:18 -07:00
|
|
|
HINTS_VORLON = ALL
|
2013-09-24 18:07:13 +01:00
|
|
|
HINTS_FREEZE = block block-all
|
2006-08-06 09:29:32 +00:00
|
|
|
|
2013-09-23 10:21:41 +01:00
|
|
|
HINTS_UBUNTU-TOUCH/DIDROCKS = block unblock
|
|
|
|
HINTS_UBUNTU-TOUCH/EV = block unblock
|
|
|
|
HINTS_UBUNTU-TOUCH/KEN-VANDINE = block unblock
|
|
|
|
HINTS_UBUNTU-TOUCH/LOOL = block unblock
|
|
|
|
HINTS_UBUNTU-TOUCH/MATHIEU-TL = block unblock
|
|
|
|
HINTS_UBUNTU-TOUCH/OGRA = block unblock
|
|
|
|
|
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
|
2012-07-02 22:13:59 +00:00
|
|
|
#
|
|
|
|
# naming a non-existent section will effectively disable new smooth
|
|
|
|
# updates but still allow removals to occur
|
|
|
|
SMOOTH_UPDATES = badgers
|
2012-10-22 13:55:11 +01:00
|
|
|
|
|
|
|
REMOVE_OBSOLETE = no
|
2013-06-17 13:56:21 +01:00
|
|
|
|
|
|
|
# autopkgtest needs to know the series name; set to the empty string to
|
|
|
|
# disable autopkgtest
|
2014-04-23 20:46:40 +01:00
|
|
|
ADT_SERIES = utopic
|
2013-06-17 13:56:21 +01:00
|
|
|
ADT_DEBUG = no
|
2013-07-02 11:59:29 +01:00
|
|
|
ADT_ARCHES = amd64 i386
|