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
|
2012-11-09 23:57:29 +00:00
|
|
|
ARCHITECTURES = amd64 armhf i386 powerpc
|
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
|
2012-11-29 15:55:34 +00:00
|
|
|
FUCKED_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
|
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
|
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
|
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
|
|
|
|
ADT_SERIES = saucy
|
|
|
|
ADT_DEBUG = no
|