pungi-fedora/fedora/variables.conf
Stephen Gallagher f47e5e959e
Use correct comps branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-07-18 13:27:09 -04:00

44 lines
1.0 KiB
Plaintext

# This file sets the values of variables defined in
# the `../shared/variables.conf`.
RELEASE_NAME = "Fedora"
RELEASE_SHORT = "Fedora"
RELEASE_VERSION = "ELN"
COMPS_REPO = "https://pagure.io/fedora-comps.git"
COMPS_BRANCH = "main"
COMPS_FILE = "comps-eln.xml"
COMPS_COMMAND = "make comps-eln.xml"
MODULE_DEFAULTS_REPO = "https://pagure.io/releng/fedora-module-defaults.git"
MODULE_DEFAULTS_BRANCH = "eln"
VARIANTS_REPO = "https://pagure.io/pungi-fedora.git"
VARIANTS_BRANCH = "eln"
VARIANTS_FILE = "variants.xml"
# Generate gather_source.json on-the-fly using the prepopulate scm dict,
# store it into /srv/odcs and use it from there.
GATHER_PREPOPULATE_REPO = "https://pagure.io/pungi-fedora.git"
GATHER_PREPOPULATE_BRANCH = "eln"
GATHER_PREPOPULATE_FILE = "prepopulate.json"
GATHER_PREPOPULATE_COMMAND = ""
RUNROOT_CHANNEL = "compose"
RUNROOT_TAG = "eln-build"
PKGSET_KOJI_TAG = "eln"
PKGSET_KOJI_MODULE_TAG = "eln-modular"
EXTRA_ISOS_ARCHES = ["x86_64"]
EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', {
'i386': True,
})