update variants and workers

This commit is contained in:
nazunalika 2021-06-04 11:12:30 -07:00
parent 39a267b190
commit 18b0f4ba55
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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>