This commit is contained in:
nazunalika 2021-06-01 15:17:31 -07:00
parent c058cfe3fd
commit 43f9065ebb
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 14 additions and 7 deletions

View File

@ -9,6 +9,13 @@ create_jigdo = False
pkgset_source='koji'
#comps_file = {
# 'scm': 'git',
# 'repo': 'https://git.rockylinux.org/rocky/comps.git',
# 'branch': 'main',
# 'file': 'comps-rocky-8-plus.xml',
#}
pkgset_koji_tag='dist-rocky8-plus-compose'
gather_method = {
'^.*': { # For all variants

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE variants PUBLIC "-//Red Hat, Inc.//DTD Variants info//EN" "variants2012.dtd">
<variants>
<variant id="plus" name="plus" type="variant">
<arches>
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
</arches>
</variant>
<variant id="plus" name="plus" type="variant">
<arches>
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
</arches>
</variant>
</variants>