2022-04-19 08:31:07 -04:00
|
|
|
# This file sets the values of variables defined in
|
|
|
|
# the `../shared/variables.conf`.
|
|
|
|
|
2022-06-02 13:03:34 -04:00
|
|
|
RELEASE_NAME = "Fedora"
|
|
|
|
RELEASE_SHORT = "Fedora"
|
|
|
|
RELEASE_VERSION = "ELN"
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
COMPS_REPO = "https://pagure.io/fedora-comps.git"
|
2022-07-18 13:27:09 -04:00
|
|
|
COMPS_BRANCH = "main"
|
2020-10-08 20:26:58 +02:00
|
|
|
COMPS_FILE = "comps-eln.xml"
|
|
|
|
COMPS_COMMAND = "make comps-eln.xml"
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
MODULE_DEFAULTS_REPO = "https://pagure.io/releng/fedora-module-defaults.git"
|
2020-10-06 09:29:55 +02:00
|
|
|
MODULE_DEFAULTS_BRANCH = "eln"
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
VARIANTS_REPO = "https://pagure.io/pungi-fedora.git"
|
|
|
|
VARIANTS_BRANCH = "eln"
|
2020-08-21 12:36:02 +02:00
|
|
|
VARIANTS_FILE = "variants.xml"
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
|
2020-09-30 20:37:33 +02:00
|
|
|
# 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"
|
2020-10-21 13:16:29 +02:00
|
|
|
GATHER_PREPOPULATE_COMMAND = ""
|
2020-08-21 08:38:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
RUNROOT_CHANNEL = "compose"
|
|
|
|
RUNROOT_TAG = "eln-build"
|
|
|
|
|
|
|
|
|
|
|
|
PKGSET_KOJI_TAG = "eln"
|
2020-10-06 09:29:55 +02:00
|
|
|
PKGSET_KOJI_MODULE_TAG = "eln-modular"
|
2020-09-30 20:37:33 +02:00
|
|
|
|
2020-10-26 17:11:00 +01:00
|
|
|
EXTRA_ISOS_ARCHES = ["x86_64"]
|
2020-11-17 16:41:44 +01:00
|
|
|
|
|
|
|
EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', {
|
|
|
|
'i386': True,
|
|
|
|
})
|