2012-06-21 17:43:31 +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
|
|
|
|
2012-06-21 17:43:31 +00:00
|
|
|
# Output
|
|
|
|
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
|
2014-11-13 22:36:08 +00: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
|
|
|
|
|
2016-05-21 12:57:07 +00:00
|
|
|
# External policy/constraints/faux-packages information that
|
|
|
|
# (presumably) rarely changes. Examples include "constraints".
|
|
|
|
STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
|
|
|
|
|
|
|
# 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
|
2012-06-21 17:43:31 +00:00
|
|
|
|
|
|
|
# if you're not in this list, arch: all packages are allowed to break on you
|
2016-11-04 18:41:28 +00:00
|
|
|
NOBREAKALL_ARCHES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
2012-06-21 17:43:31 +00:00
|
|
|
|
|
|
|
# if you're in this list, your packages may not stay in sync with the source
|
2016-10-10 01:31:45 +02:00
|
|
|
OUTOFSYNC_ARCHES =
|
2012-06-21 17:43:31 +00:00
|
|
|
|
|
|
|
# if you're in this list, your uninstallability count may increase
|
2016-10-10 01:31:45 +02:00
|
|
|
BREAK_ARCHES =
|
2012-06-21 17:43:31 +00:00
|
|
|
|
|
|
|
# if you're in this list, you are a new architecture
|
2016-09-24 07:38:07 +00:00
|
|
|
NEW_ARCHES =
|
2012-06-21 17:43:31 +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
|
2014-11-13 22:36:08 +00:00
|
|
|
DEFAULT_URGENCY = medium
|
2012-06-21 17:43:31 +00:00
|
|
|
|
2016-05-26 16:41:45 +00:00
|
|
|
HINTSDIR = /srv/release.debian.org/britney/hints
|
|
|
|
|
2012-06-21 17:43:31 +00:00
|
|
|
# hint permissions
|
|
|
|
HINTS_ABA = ALL
|
|
|
|
HINTS_PKERN = STANDARD force
|
|
|
|
HINTS_ADSB = STANDARD force force-hint
|
|
|
|
HINTS_MEHDI = STANDARD
|
|
|
|
HINTS_JCRISTAU = STANDARD force force-hint
|
2014-11-13 22:36:08 +00:00
|
|
|
HINTS_FAW = STANDARD
|
2017-01-07 09:04:40 +00:00
|
|
|
HINTS_NTHYKIER = STANDARD
|
2012-06-21 17:43:31 +00:00
|
|
|
HINTS_KIBI = STANDARD
|
2013-01-22 13:02:13 +00:00
|
|
|
HINTS_JMW = STANDARD
|
2014-11-13 22:36:08 +00:00
|
|
|
HINTS_IVODD = STANDARD
|
2015-10-27 18:32:02 +01:00
|
|
|
HINTS_POCHU = STANDARD force
|
2019-01-28 18:58:37 +00:00
|
|
|
HINTS_ELBRUS = 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
|
2014-11-13 22:36:08 +00:00
|
|
|
HINTS_AUTO-REMOVALS = remove
|
2012-06-21 17:43:31 +00:00
|
|
|
|
|
|
|
# support for old libraries in testing (smooth update)
|
|
|
|
# use ALL to enable smooth updates for all the sections
|
2014-11-13 22:36:08 +00:00
|
|
|
#
|
|
|
|
# naming a non-existent section will effectively disable new smooth
|
|
|
|
# updates but still allow removals to occur
|
2015-04-26 19:45:28 +02:00
|
|
|
SMOOTH_UPDATES = libs oldlibs
|
2018-04-29 07:22:02 +00:00
|
|
|
|
|
|
|
IGNORE_CRUFT = 1
|
|
|
|
|
2018-04-29 07:30:43 +00:00
|
|
|
ADT_ENABLE = yes
|
2018-04-29 07:22:02 +00:00
|
|
|
ADT_ARCHES = amd64
|
2019-05-23 12:50:39 +02:00
|
|
|
ADT_AMQP = file:///srv/release.debian.org/britney/var/data-b2/output/debci_testing.input
|
2018-04-29 07:22:02 +00: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 =
|
|
|
|
# set this to the path of a (r/o) autopkgtest-results.cache for running many parallel
|
|
|
|
# britney instances for PPAs without updating the cache
|
|
|
|
ADT_SHARED_RESULTS_CACHE =
|
|
|
|
# Swift base URL with the results (must be publicly readable and browsable)
|
|
|
|
# or file location if results are pre-fetched
|
|
|
|
ADT_SWIFT_URL = file:///srv/release.debian.org/britney/state/debci.json
|
|
|
|
# Base URL for autopkgtest site, used for links in the excuses
|
|
|
|
ADT_CI_URL = https://ci.debian.net/
|
|
|
|
|
|
|
|
# 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-04-29 07:22:02 +00:00
|
|
|
ADT_BASELINE = reference
|
|
|
|
ADT_RETRY_URL_MECH = run_id
|