mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-14 03:05:08 +00:00
plus
This commit is contained in:
parent
c058cfe3fd
commit
43f9065ebb
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user