mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-21 20:31:30 +00:00
add i686 to variants, make variants local
This commit is contained in:
parent
22c0c25242
commit
fe34e6ad5a
BIN
.prepopulate.json.swp
Normal file
BIN
.prepopulate.json.swp
Normal file
Binary file not shown.
@ -22,12 +22,14 @@ module_defaults_dir = {
|
||||
'dir': '.',
|
||||
}
|
||||
|
||||
variants_file = {
|
||||
'scm': 'git',
|
||||
'repo': VARIANTS_REPO,
|
||||
'branch': VARIANTS_BRANCH,
|
||||
'file': VARIANTS_FILE,
|
||||
}
|
||||
variants_file = "variants.xml"
|
||||
|
||||
#variants_file = {
|
||||
# 'scm': 'git',
|
||||
# 'repo': VARIANTS_REPO,
|
||||
# 'branch': VARIANTS_BRANCH,
|
||||
# 'file': VARIANTS_FILE,
|
||||
#}
|
||||
|
||||
extra_files = [
|
||||
("^.*$", {
|
||||
|
@ -6,6 +6,7 @@
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i686</arch>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<!-- List of comps groups that should be part of BaseOS compose variant -->
|
||||
@ -64,6 +65,7 @@
|
||||
<arch>aarch64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<!-- List of comps groups that should be part of AppStream compose variant -->
|
||||
<groups>
|
||||
@ -260,6 +262,7 @@
|
||||
<arch>aarch64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="true">rocky-powertools</group>
|
||||
|
Loading…
Reference in New Issue
Block a user