mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-21 08:58:30 +00:00
update to 8.4
This commit is contained in:
parent
18b0f4ba55
commit
bb1ae7f6a8
@ -43,7 +43,7 @@ createrepo_checksum = "sha256"
|
||||
createrepo_use_xz = True
|
||||
createrepo_num_threads = 8
|
||||
createrepo_num_workers = 4
|
||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.3']
|
||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
||||
|
||||
# CHECKSUMS
|
||||
media_checksums = ['sha256']
|
||||
@ -72,7 +72,7 @@ image_build = {
|
||||
"format": [("docker", "tar.gz")],
|
||||
"name": "Rocky-8-Container",
|
||||
"target": "image-rocky-8",
|
||||
"version": "8.3",
|
||||
"version": "8.4",
|
||||
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
|
||||
"kickstart": "Rocky-8-Container.ks",
|
||||
"ksversion": "F26",
|
||||
@ -80,9 +80,9 @@ image_build = {
|
||||
"disk-size": "10",
|
||||
"arches": ["x86_64","ppc64le","aarch64"],
|
||||
"repo": [
|
||||
'http://dl.rockylinux.org/pub/rocky/8.3/BaseOS/$arch/os',
|
||||
'http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$arch/os',
|
||||
],
|
||||
"install_tree_from": 'http://dl.rockylinux.org/pub/rocky/8.3/BaseOS/$arch/os',
|
||||
"install_tree_from": 'http://dl.rockylinux.org/pub/rocky/8.4/BaseOS/$arch/os',
|
||||
"failable": ["ppc64le","aarch64"],
|
||||
},
|
||||
"factory-parameters": {
|
||||
|
@ -14,7 +14,7 @@ skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files
|
||||
'scm': 'git',
|
||||
'repo': 'https://git.rockylinux.org/rocky/comps.git',
|
||||
'branch': 'master',
|
||||
'file': 'comps-rocky-8.3.xml',
|
||||
'file': 'comps-rocky-8.4.xml',
|
||||
}
|
||||
|
||||
link_type = 'hardlink-or-copy'
|
||||
@ -22,7 +22,7 @@ link_type = 'hardlink-or-copy'
|
||||
module_defaults_dir = {
|
||||
'scm': 'git',
|
||||
'repo': 'https://git.rockylinux.org/rocky/rocky-module-defaults.git',
|
||||
'branch': 'r8.3',
|
||||
'branch': 'r8.4',
|
||||
'dir': '.',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user