This commit is contained in:
Louis Abel 2024-01-17 10:42:11 -07:00
parent a6e0d7c411
commit 235440fcf7
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 27 additions and 9 deletions

View File

@ -1,5 +1,15 @@
# This is the default CentOS Stream config template.
#
# DO NOT EDIT this configuration file directly.
#
# For any change which should be propagated also into CentOS and RHEL
# compose, edit the particular configuration file in the "shared" directory.
#
# For any change which should happen only for CentOS Stream, edit the
# "centos/override.conf" configuration file.
from shared/variables import *
from rocky/variables import *
from rock/variables import *
from shared/all import *
from rocky/override import *

View File

@ -1,7 +1,8 @@
# This files overrides default variables defined in the configs in
# the ../shared directory.
#from images import *
# No images for now
# from images import *
# Unsigned builds for now
sigkeys = [None]
@ -10,6 +11,17 @@ tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
lorax_use_koji_plugin = False
lorax_options = [
("^.*$", {
'x86_64': {
'nomacboot': True
},
"*": {
"noupgrade": False
}
})
]
translate_paths = [ # required by image-build
("/mnt/koji", "https://koji.rockylinux.org/kojifiles")
]

View File

@ -4,21 +4,17 @@
RELEASE_NAME = 'Rocky Linux'
RELEASE_SHORT = 'Rocky'
RELEASE_VERSION = '10'
VERSION = '10-lh'
PKGSET_KOJI_TAG = 'r10-bootstrap'
PKGSET_KOJI_TAG = 'r10s-bootstrap'
RUNROOT_CHANNEL = 'runroot'
RUNROOT_TAG = 'r10-build'
RUNROOT_TAG = 'r10s-build'
COMPS_REPO = 'https://git.rockylinux.org/rocky/comps.git'
COMPS_BRANCH = 'main'
COMPS_FILE = 'comps-rocky-%s.xml' % VERSION
COMPS_COMMAND = ''
MODULE_DEFAULTS_REPO = 'https://git.rockylinux.org/rocky/rocky-module-defaults.git'
MODULE_DEFAULTS_BRANCH = 'r10s'
VARIANTS_SCM = 'git'
VARIANTS_REPO = 'https://git.rockylinux.org/rocky/pungi-rocky.git'
VARIANTS_BRANCH = 'r%ss' % RELEASE_VERSION
@ -33,7 +29,7 @@ EXTRA_FILES = [
{
"scm": "git",
"repo": "https://git.rockylinux.org/staging/src/rocky-release.git",
"branch": "r10",
"branch": "r10s",
"file": [
"SOURCES/LICENSE",
"SOURCES/EULA",