mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-12-22 01:18:29 +00:00
update variants and workers
This commit is contained in:
parent
39a267b190
commit
18b0f4ba55
2
r8.conf
2
r8.conf
@ -80,7 +80,7 @@ createrepo_c = True
|
||||
createrepo_checksum = "sha256"
|
||||
createrepo_use_xz = True
|
||||
createrepo_num_threads = 8
|
||||
createrepo_num_workers = 4
|
||||
createrepo_num_workers = 8
|
||||
createrepo_extra_args = ['--distro=cpe:/o:rocky:rocky:8,Rocky Linux 8', '--revision=8.4']
|
||||
|
||||
# CHECKSUMS
|
||||
|
18
variants.xml
18
variants.xml
@ -297,4 +297,22 @@
|
||||
</arches>
|
||||
</variant>
|
||||
-->
|
||||
|
||||
<!-- Live Variants, loosely borrowed from Fedora
|
||||
Usually these variants are set to always be empty -->
|
||||
<variant id="Workstation" name="Workstation" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Spins" name="Spins" type="variant" is_empty="true">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user