# 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" 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" EXTRA_ISOS_ARCHES = ["x86_64"]