diff --git a/britney.conf b/britney.conf index 55d1088..1f0d0b9 100644 --- a/britney.conf +++ b/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 powerpc 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 = 0 -IGNORE_CRUFT = 1 +REMOVE_OBSOLETE = no diff --git a/britney_nobreakall.conf b/britney_nobreakall.conf index 9c5af18..9ae2e03 100644 --- a/britney_nobreakall.conf +++ b/britney_nobreakall.conf @@ -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 powerpc 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 powerpc 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