blob: 37679663943750262b0d05796735c446c5ab103e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
# Configuration file for britney
# Paths for control files
TESTING = /tmp/britney_data/@RAW_SERIES@
UNSTABLE = /tmp/britney_data/@PPA@-%(SERIES)
PARTIAL_UNSTABLE = yes
# Output
NONINST_STATUS = /tmp/britney_output/@BRITNEY_TIMESTAMP@/@PPA@_%(SERIES)_non-installable-status
EXCUSES_OUTPUT = /tmp/britney_output/@BRITNEY_TIMESTAMP@/@PPA@_%(SERIES)_excuses.html
EXCUSES_YAML_OUTPUT = /tmp/britney_output/@BRITNEY_TIMESTAMP@/@PPA@_%(SERIES)_excuses.yaml
UPGRADE_OUTPUT =
HEIDI_OUTPUT =
# Appease piuparts
STATE_DIR = /tmp/piuparts-is-not-used
# List of release architectures
ARCHITECTURES = @ARCHES@ @PORTS_ARCHES@
# if you're not in this list, arch: all packages are allowed to break on you
NOBREAKALL_ARCHES = amd64
# if you're in this list, your packages may not stay in sync with the source
OUTOFSYNC_ARCHES =
# if you're in this list, your uninstallability count may increase
BREAK_ARCHES =
# if you're in this list, you are a new architecture
NEW_ARCHES = @NEW_ARCHES@
# priorities and delays
MINDAYS_LOW = 0
MINDAYS_MEDIUM = 0
MINDAYS_HIGH = 0
MINDAYS_CRITICAL = 0
MINDAYS_EMERGENCY = 0
DEFAULT_URGENCY = medium
# hint permissions
HINTS_CJWATSON = ALL
HINTS_ADCONRAD = ALL
HINTS_KITTERMAN = ALL
HINTS_LANEY = ALL
HINTS_JRIDDELL = ALL
HINTS_STEFANOR = ALL
HINTS_STGRABER = ALL
HINTS_VORLON = ALL
HINTS_PITTI = ALL
# support for old libraries in testing (smooth update)
# use ALL to enable smooth updates for all the sections
#
# naming a non-existent section will effectively disable new smooth
# updates but still allow removals to occur
SMOOTH_UPDATES = badgers
REMOVE_OBSOLETE = no
ADT_ENABLE = yes
ADT_DEBUG = no
ADT_ARCHES = amd64 i386 armhf ppc64el s390x
ADT_PPAS = @TEAM@/@OVERLAY@ @TEAM@/@PPA@
ADT_SHARED_RESULTS_CACHE = /tmp/britney_data/%(SERIES)/results.cache
ADT_AMQP = @AMQP_URI@
# Swift base URL with the results (must be publicly readable and browsable)
ADT_SWIFT_URL = https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac
BOOTTEST_ENABLE = no
BOOTTEST_DEBUG = yes
BOOTTEST_ARCHES = armhf amd64
BOOTTEST_FETCH = yes
EMAIL_ENABLE = no
|