mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-12 03:31:11 +00:00
britney.conf: Ubuntu configuration
- use relative paths - set Ubuntu architectures - make all output files series specific - mark -proposed as a partial suite - set mindays to 0 for all urgencies - drop tpu and pu - disable smooth updates - disable removals of obsolete source packages - disable components, using old merged package lists for now
This commit is contained in:
parent
dac3bb3044
commit
70575d33c7
41
britney.conf
41
britney.conf
@ -1,34 +1,31 @@
|
||||
# Configuration file for britney
|
||||
|
||||
# Paths for control files
|
||||
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
|
||||
|
||||
COMPONENTS = main, non-free, contrib
|
||||
TESTING = data/%(SERIES)
|
||||
UNSTABLE = data/%(SERIES)-proposed
|
||||
PARTIAL_UNSTABLE = yes
|
||||
|
||||
# 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
|
||||
EXCUSES_YAML_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.yaml
|
||||
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
|
||||
NONINST_STATUS = data/%(SERIES)/non-installable-status
|
||||
EXCUSES_OUTPUT = output/%(SERIES)/excuses.html
|
||||
EXCUSES_YAML_OUTPUT = output/%(SERIES)/excuses.yaml
|
||||
UPGRADE_OUTPUT = output/%(SERIES)/output.txt
|
||||
HEIDI_OUTPUT = output/%(SERIES)/HeidiResult
|
||||
|
||||
# External policy/constraints/faux-packages information that
|
||||
# (presumably) rarely changes. Examples include "constraints".
|
||||
STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
||||
STATIC_INPUT_DIR = data/%(SERIES)/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
|
||||
STATE_DIR = data/%(SERIES)/state
|
||||
|
||||
# List of release architectures
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
||||
ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el
|
||||
|
||||
# if you're not in this list, arch: all packages are allowed to break on you
|
||||
NOBREAKALL_ARCHES = i386 amd64
|
||||
NOBREAKALL_ARCHES = amd64
|
||||
|
||||
# if you're in this list, your packages may not stay in sync with the source
|
||||
OUTOFSYNC_ARCHES =
|
||||
@ -40,14 +37,14 @@ BREAK_ARCHES =
|
||||
NEW_ARCHES = mips64el
|
||||
|
||||
# priorities and delays
|
||||
MINDAYS_LOW = 10
|
||||
MINDAYS_MEDIUM = 5
|
||||
MINDAYS_HIGH = 2
|
||||
MINDAYS_LOW = 0
|
||||
MINDAYS_MEDIUM = 0
|
||||
MINDAYS_HIGH = 0
|
||||
MINDAYS_CRITICAL = 0
|
||||
MINDAYS_EMERGENCY = 0
|
||||
DEFAULT_URGENCY = medium
|
||||
|
||||
HINTSDIR = /srv/release.debian.org/britney/hints
|
||||
HINTSDIR = data/%(SERIES)-proposed/Hints
|
||||
|
||||
# hint permissions
|
||||
HINTS_ABA = ALL
|
||||
@ -71,6 +68,8 @@ HINTS_AUTO-REMOVALS = remove
|
||||
#
|
||||
# naming a non-existent section will effectively disable new smooth
|
||||
# updates but still allow removals to occur
|
||||
SMOOTH_UPDATES = libs oldlibs
|
||||
SMOOTH_UPDATES = badgers
|
||||
|
||||
IGNORE_CRUFT = 1
|
||||
IGNORE_CRUFT = 0
|
||||
|
||||
REMOVE_OBSOLETE = no
|
||||
|
@ -1,19 +1,16 @@
|
||||
# Configuration file for britney
|
||||
|
||||
# Paths for control files
|
||||
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
|
||||
|
||||
COMPONENTS = main, non-free, contrib
|
||||
TESTING = data/%(SERIES)
|
||||
UNSTABLE = data/%(SERIES)-proposed
|
||||
PARTIAL_UNSTABLE = yes
|
||||
|
||||
# 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
|
||||
EXCUSES_YAML_OUTPUT = /srv/release.debian.org/britney/var/data-b2/output/excuses.yaml
|
||||
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
|
||||
NONINST_STATUS = data/%(SERIES)/non-installable-status
|
||||
EXCUSES_OUTPUT = output/%(SERIES)/excuses.html
|
||||
EXCUSES_YAML_OUTPUT = output/%(SERIES)/excuses.yaml
|
||||
UPGRADE_OUTPUT = output/%(SERIES)/output.txt
|
||||
HEIDI_OUTPUT = output/%(SERIES)/HeidiResult
|
||||
|
||||
# External policy/constraints/faux-packages information that
|
||||
# (presumably) rarely changes. Examples include "constraints".
|
||||
@ -25,10 +22,10 @@ STATIC_INPUT_DIR = /srv/release.debian.org/britney/input
|
||||
STATE_DIR = /srv/release.debian.org/britney/state
|
||||
|
||||
# List of release architectures
|
||||
ARCHITECTURES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
||||
ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el
|
||||
|
||||
# if you're not in this list, arch: all packages are allowed to break on you
|
||||
NOBREAKALL_ARCHES = i386 amd64 arm64 armel armhf mips mipsel mips64el ppc64el s390x
|
||||
NOBREAKALL_ARCHES = amd64 arm64 armhf i386 powerpc ppc64el
|
||||
|
||||
# if you're in this list, your packages may not stay in sync with the source
|
||||
OUTOFSYNC_ARCHES =
|
||||
@ -40,14 +37,14 @@ BREAK_ARCHES =
|
||||
NEW_ARCHES = mips64el
|
||||
|
||||
# priorities and delays
|
||||
MINDAYS_LOW = 10
|
||||
MINDAYS_MEDIUM = 5
|
||||
MINDAYS_HIGH = 2
|
||||
MINDAYS_LOW = 0
|
||||
MINDAYS_MEDIUM = 0
|
||||
MINDAYS_HIGH = 0
|
||||
MINDAYS_CRITICAL = 0
|
||||
MINDAYS_EMERGENCY = 0
|
||||
DEFAULT_URGENCY = medium
|
||||
|
||||
HINTSDIR = /srv/release.debian.org/britney/hints
|
||||
HINTSDIR = data/%(SERIES)-proposed/Hints
|
||||
|
||||
# hint permissions
|
||||
HINTS_ABA = ALL
|
||||
@ -71,4 +68,6 @@ HINTS_AUTO-REMOVALS = remove
|
||||
#
|
||||
# naming a non-existent section will effectively disable new smooth
|
||||
# updates but still allow removals to occur
|
||||
SMOOTH_UPDATES = libs oldlibs
|
||||
SMOOTH_UPDATES = badgers
|
||||
|
||||
REMOVE_OBSOLETE = no
|
||||
|
Loading…
x
Reference in New Issue
Block a user