2006-06-17 13:45:56 +00:00
|
|
|
# Configuration file for britney
|
|
|
|
|
|
|
|
# Paths for control files
|
2016-07-05 07:56:29 +00:00
|
|
|
TESTING = /srv/mirrors/debian/dists/testing
|
|
|
|
TPU = /srv/mirrors/debian/dists/testing-proposed-updates
|
|
|
|
PU = /srv/mirrors/debian/dists/proposed-updates
|
|
|
|
UNSTABLE = /srv/mirrors/debian/dists/unstable
|
2016-05-26 16:16:34 +00:00
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# Output
|
2012-06-21 17:43:31 +00:00
|
|
|
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
|
2013-12-11 21:49:17 +01:00
|
|
|
EXCUSES_YAML_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.yaml
|
2012-06-21 17:43:31 +00:00
|
|
|
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
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2016-05-07 08:56:41 +00:00
|
|
|
# External policy/constraints/faux-packages information that
|
|
|
|
# (presumably) rarely changes. Examples include "constraints".
|
|
|
|
STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
|
|
|
|
2016-05-07 15:16:16 +00:00
|
|
|
# Directory for input files that Britney will update herself
|
|
|
|
# (e.g. aging information) or will need regular updates
|
|
|
|
# (e.g. urgency information).
|
|
|
|
STATE_DIR = /srv/release.debian.org/britney/state
|
|
|
|
|
2016-10-23 12:28:12 +00:00
|
|
|
# List of architectures that Britney should consider.
|
|
|
|
# - defaults to the value in testing's Release file (if it is present).
|
|
|
|
# - Required for the legacy layout.
|
|
|
|
#ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're not in this list, arch: all packages are allowed to break on you
|
2015-04-25 20:03:48 +00:00
|
|
|
NOBREAKALL_ARCHES = i386 amd64
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2019-01-05 13:14:33 +00:00
|
|
|
# primary architecture used for checking Build-Depends-Indep
|
|
|
|
ALL_BUILDARCH = amd64
|
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# if you're in this list, your packages may not stay in sync with the source
|
2016-10-10 00:59:58 +02:00
|
|
|
OUTOFSYNC_ARCHES =
|
2006-06-17 13:45:56 +00:00
|
|
|
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
2016-10-10 00:59:58 +02: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
|
2016-09-24 07:38:07 +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
|
2019-03-31 14:06:03 +00:00
|
|
|
MINDAYS_MEDIUM = 5
|
|
|
|
MINDAYS_HIGH = 2
|
|
|
|
MINDAYS_CRITICAL = 0
|
|
|
|
MINDAYS_EMERGENCY = 0
|
2013-12-01 19:01:19 +01:00
|
|
|
DEFAULT_URGENCY = medium
|
2017-10-18 20:40:22 +02:00
|
|
|
NO_PENALTIES = high critical emergency
|
2017-10-18 21:43:32 +02:00
|
|
|
BOUNTY_MIN_AGE = 2
|
2006-06-17 13:45:56 +00:00
|
|
|
|
2016-05-26 16:41:45 +00:00
|
|
|
HINTSDIR = /srv/release.debian.org/britney/hints
|
|
|
|
|
2006-06-17 13:45:56 +00:00
|
|
|
# hint permissions
|
2010-03-24 14:34:28 +00:00
|
|
|
HINTS_ADSB = STANDARD force force-hint
|
2012-06-21 17:43:31 +00:00
|
|
|
HINTS_JCRISTAU = STANDARD force force-hint
|
|
|
|
HINTS_KIBI = STANDARD
|
2013-01-22 13:02:13 +00:00
|
|
|
HINTS_JMW = STANDARD
|
2019-07-23 22:53:50 +00:00
|
|
|
HINTS_IVODD = ALL
|
2016-04-09 10:15:35 +02:00
|
|
|
HINTS_POCHU = STANDARD force force-hint
|
2019-11-18 20:35:22 +01:00
|
|
|
HINTS_ELBRUS = STANDARD allow-uninst
|
2019-12-08 22:04:59 +01:00
|
|
|
HINTS_GINGGS = STANDARD
|
2020-03-25 21:37:29 +01:00
|
|
|
HINTS_SRAMACHER = STANDARD
|
2012-06-21 17:43:31 +00:00
|
|
|
HINTS_FREEZE = block block-all block-udeb
|
|
|
|
HINTS_FREEZE-EXCEPTION = unblock unblock-udeb
|
|
|
|
HINTS_SATBRITNEY = easy
|
2013-09-29 19:52:10 +02:00
|
|
|
HINTS_AUTO-REMOVALS = remove
|
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
|
2019-08-17 20:09:35 +00:00
|
|
|
SMOOTH_UPDATES = libs oldlibs
|
2015-09-06 15:21:30 +00:00
|
|
|
|
|
|
|
IGNORE_CRUFT = 1
|
2017-09-02 14:40:38 +02:00
|
|
|
|
2019-07-06 13:20:04 +00:00
|
|
|
CHECK_BUILDD = yes
|
|
|
|
|
2018-04-29 07:30:43 +00:00
|
|
|
ADT_ENABLE = yes
|
2019-11-21 11:41:01 +01:00
|
|
|
ADT_ARCHES = amd64 arm64
|
2019-05-23 12:50:39 +02:00
|
|
|
ADT_AMQP = file:///srv/release.debian.org/britney/var/data-b2/output/debci_testing.input
|
2017-09-02 14:40:38 +02:00
|
|
|
# space separate list of PPAs to add for test requests and for polling results;
|
|
|
|
# the *last* one determines the swift container name
|
|
|
|
ADT_PPAS =
|
2018-04-16 20:50:44 +02:00
|
|
|
# set this to the path of a (r/o) autopkgtest-results.cache for running many parallel
|
2017-09-02 14:40:38 +02:00
|
|
|
# britney instances for PPAs without updating the cache
|
|
|
|
ADT_SHARED_RESULTS_CACHE =
|
2017-09-24 15:23:28 +02:00
|
|
|
# Swift base URL with the results (must be publicly readable and browsable)
|
|
|
|
# or file location if results are pre-fetched
|
2017-10-13 11:39:56 +02:00
|
|
|
ADT_SWIFT_URL = file:///srv/release.debian.org/britney/state/debci.json
|
2017-10-13 11:41:05 +02:00
|
|
|
# Base URL for autopkgtest site, used for links in the excuses
|
|
|
|
ADT_CI_URL = https://ci.debian.net/
|
2017-10-15 21:39:08 +02:00
|
|
|
|
|
|
|
# Autopkgtest results can be used to influence the aging
|
2019-01-06 19:47:16 +01:00
|
|
|
ADT_REGRESSION_PENALTY =
|
2019-03-31 14:06:03 +00:00
|
|
|
ADT_SUCCESS_BOUNTY = 3
|
2018-03-22 22:22:02 +01:00
|
|
|
ADT_BASELINE = reference
|
2018-04-02 07:39:06 +02:00
|
|
|
ADT_RETRY_URL_MECH = run_id
|
2018-10-04 12:36:46 +02:00
|
|
|
ADT_RETRY_OLDER_THAN = 1
|
2020-02-20 13:18:50 +01:00
|
|
|
ADT_REFERENCE_MAX_AGE = 7
|