pungi-rocky/rocky/variables.conf

54 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2022-02-26 16:54:09 +00:00
# This file sets the values of variables defined in
# the `../shared/variables.conf`.
RELEASE_NAME = 'Rocky Linux'
RELEASE_SHORT = 'Rocky'
2022-09-23 19:49:01 +00:00
RELEASE_VERSION = '9'
2024-04-01 18:42:42 +00:00
VERSION = '9.4'
2022-02-26 16:54:09 +00:00
2023-04-05 16:01:27 +00:00
PKGSET_KOJI_TAG = 'r9-compose'
2023-07-27 17:20:46 +00:00
PKGSET_KOJI_MODULE_TAG = 'el9-modules-pending-signed'
2022-02-26 16:54:09 +00:00
RUNROOT_CHANNEL = 'runroot'
RUNROOT_TAG = 'r9-build'
COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git'
COMPS_BRANCH = 'main'
COMPS_FILE = 'comps-rocky-%s.xml' % VERSION
2022-02-26 16:56:42 +00:00
COMPS_COMMAND = ''
2022-02-26 16:54:09 +00:00
MODULE_DEFAULTS_REPO = 'https://git.rockylinux.org/rocky/rocky-module-defaults.git'
2022-09-23 19:55:13 +00:00
MODULE_DEFAULTS_BRANCH = 'r9s'
2022-02-26 16:54:09 +00:00
VARIANTS_SCM = 'git'
VARIANTS_REPO = 'https://git.rockylinux.org/rocky/pungi-rocky.git'
2022-09-23 19:49:01 +00:00
VARIANTS_BRANCH = 'r%ss' % RELEASE_VERSION
2022-02-26 16:54:09 +00:00
VARIANTS_FILE = 'variants.xml'
GATHER_PREPOPULATE_REPO = 'https://git.rockylinux.org/rocky/pungi-rocky.git'
2022-09-23 19:49:01 +00:00
GATHER_PREPOPULATE_BRANCH = 'r%ss' % RELEASE_VERSION
2022-02-26 16:54:09 +00:00
GATHER_PREPOPULATE_FILE = 'prepopulate.json'
GATHER_PREPOPULATE_COMMAND = ''
EXTRA_FILES = [
{
"scm": "git",
2022-05-09 19:51:30 +00:00
"repo": "https://git.rockylinux.org/staging/src/rocky-release.git",
2022-02-26 16:54:09 +00:00
"branch": "r9",
"file": [
"SOURCES/LICENSE",
"SOURCES/EULA",
"SOURCES/COMMUNITY-CHARTER",
2022-05-09 19:51:30 +00:00
"SOURCES/RPM-GPG-KEY-Rocky-9",
"SOURCES/RPM-GPG-KEY-Rocky-9-Testing",
2022-02-26 16:54:09 +00:00
],
"target": "",
}
]
EXTRA_BUILDINSTALL_SKIP = ('^BaseOS$', {
'i386': True,
})
EXTRA_ISO_ARCHES = ['aarch64', 'ppc64le', 's390x', 'x86_64']