mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
sync 10
This commit is contained in:
parent
a6e0d7c411
commit
235440fcf7
12
rocky.conf
12
rocky.conf
@ -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 *
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
# This files overrides default variables defined in the configs in
|
||||
# the ../shared directory.
|
||||
|
||||
# No images for now
|
||||
# from images import *
|
||||
|
||||
# Unsigned builds for now
|
||||
@ -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")
|
||||
]
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user