pungi-fedora/fedora/variables.conf
Jan Kaluza 621047615f Use comps-eln.xml instead of comps-rawhide.xml.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-10-08 20:26:58 +02:00

47 lines
1.3 KiB
Plaintext

RELEASE_NAME = "Fedora-ELN"
RELEASE_SHORT = "Fedora-ELN"
RELEASE_VERSION = "Rawhide"
RELEASE_VERSION_X = "9"
RELEASE_VERSION_Y = "0"
RELEASE_VERSION_Z = "0"
RELEASE_VERSION_XY = "%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y)
RELEASE_VERSION_XYZ = "%s.%s.%s" % (RELEASE_VERSION_X, RELEASE_VERSION_Y, RELEASE_VERSION_Z)
COMPS_REPO = "https://pagure.io/fedora-comps.git"
COMPS_BRANCH = "master"
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 = "echo {} > prepopulate.json; ./content-resolver-to-gather-source-json; cp gather_source.json /srv/odcs"
RUNROOT_CHANNEL = "compose"
RUNROOT_TAG = "eln-build"
PKGSET_KOJI_TAG = "eln"
PKGSET_KOJI_MODULE_TAG = "eln-modular"
EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', {
'i386': True,
'aarch64': True,
'ppc64le': True,
's390x': True
})