Fix /mnt/koji translation and repo paths

This commit is contained in:
Mustafa Gezen 2021-05-04 13:52:01 +00:00
parent 5a57bf1696
commit 3884a0e6e2

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.0'] createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.3']
# 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.0", "version": "8.3",
"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://mirror.rockylinux.org/rocky/8.0/BaseOS/$arch/os', 'http://dl.rockylinux.org/pub/rocky/8.3/BaseOS/$arch/os',
], ],
"install_tree_from": 'http://mirror.rockylinux.org/rocky/8.0/BaseOS/$arch/os', "install_tree_from": 'http://dl.rockylinux.org/pub/rocky/8.3/BaseOS/$arch/os',
"failable": ["ppc64le","aarch64"], "failable": ["ppc64le","aarch64"],
}, },
"factory-parameters": { "factory-parameters": {
@ -95,6 +95,5 @@ image_build = {
} }
translate_paths = [ translate_paths = [
("/mnt/koji", "https://koji.mbox.rocky.org/pkgs"), ("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
("/compose", "http://172.22.0.123/compose"),
] ]