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_use_xz = True
createrepo_num_threads = 8 createrepo_num_threads = 8
createrepo_num_workers = 4 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 # CHECKSUMS
media_checksums = ['sha256'] media_checksums = ['sha256']
@ -72,7 +72,7 @@ image_build = {
"format": [("docker", "tar.gz")], "format": [("docker", "tar.gz")],
"name": "Rocky-8-Container", "name": "Rocky-8-Container",
"target": "image-rocky-8", "target": "image-rocky-8",
"version": "8.3", "version": "8.4",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD", "ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
"kickstart": "Rocky-8-Container.ks", "kickstart": "Rocky-8-Container.ks",
"ksversion": "F26", "ksversion": "F26",
@ -80,9 +80,9 @@ image_build = {
"disk-size": "10", "disk-size": "10",
"arches": ["x86_64","ppc64le","aarch64"], "arches": ["x86_64","ppc64le","aarch64"],
"repo": [ "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"], "failable": ["ppc64le","aarch64"],
}, },
"factory-parameters": { "factory-parameters": {

View File

@ -14,7 +14,7 @@ skip_phases = ['buildinstall','productimg','createiso','extra_isos','extra_files
'scm': 'git', 'scm': 'git',
'repo': 'https://git.rockylinux.org/rocky/comps.git', 'repo': 'https://git.rockylinux.org/rocky/comps.git',
'branch': 'master', 'branch': 'master',
'file': 'comps-rocky-8.3.xml', 'file': 'comps-rocky-8.4.xml',
} }
link_type = 'hardlink-or-copy' link_type = 'hardlink-or-copy'
@ -22,7 +22,7 @@ link_type = 'hardlink-or-copy'
module_defaults_dir = { module_defaults_dir = {
'scm': 'git', 'scm': 'git',
'repo': 'https://git.rockylinux.org/rocky/rocky-module-defaults.git', 'repo': 'https://git.rockylinux.org/rocky/rocky-module-defaults.git',
'branch': 'r8.3', 'branch': 'r8.4',
'dir': '.', 'dir': '.',
} }