update to 8.4

This commit is contained in:
nazunalika 2021-06-04 11:23:18 -07:00
parent 18b0f4ba55
commit bb1ae7f6a8
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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': '.',
}