|
|
|
@ -1,16 +1,16 @@
|
|
|
|
|
# Configuration file for britney
|
|
|
|
|
|
|
|
|
|
# Paths for control files
|
|
|
|
|
TESTING = data/testing
|
|
|
|
|
UNSTABLE = data/unstable
|
|
|
|
|
TESTING = data/%(UBUNTU_SERIES)
|
|
|
|
|
UNSTABLE = data/%(UBUNTU_SERIES)-proposed
|
|
|
|
|
PARTIAL_UNSTABLE = yes
|
|
|
|
|
|
|
|
|
|
# Output
|
|
|
|
|
NONINST_STATUS = data/non-installable-status
|
|
|
|
|
EXCUSES_OUTPUT = output/excuses.html
|
|
|
|
|
UPGRADE_OUTPUT = output/output.txt
|
|
|
|
|
HEIDI_OUTPUT = output/HeidiResult
|
|
|
|
|
DELTA_OUTPUT = output/Delta
|
|
|
|
|
NONINST_STATUS = data/%(UBUNTU_SERIES)/non-installable-status
|
|
|
|
|
EXCUSES_OUTPUT = output/%(UBUNTU_SERIES)/excuses.html
|
|
|
|
|
UPGRADE_OUTPUT = output/%(UBUNTU_SERIES)/output.txt
|
|
|
|
|
HEIDI_OUTPUT = output/%(UBUNTU_SERIES)/HeidiResult
|
|
|
|
|
DELTA_OUTPUT = output/%(UBUNTU_SERIES)/Delta
|
|
|
|
|
|
|
|
|
|
# List of release architectures
|
|
|
|
|
ARCHITECTURES = amd64 arm64 armhf i386 powerpc ppc64el
|
|
|
|
|