Update configs to use local data only

i9.3-aicc
Arkady L. Shane 10 months ago
parent d19841eb19
commit 7af495ae4a
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -25,14 +25,12 @@ extra_isos = {
"arches": ['x86_64'], "arches": ['x86_64'],
"failable_arches": ['i386'], "failable_arches": ['i386'],
"extra_files": [ "extra_files": [
{ {
'scm': 'git', 'scm': 'file',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', 'repo': '',
'branch': 'i9',
'file': [ 'file': [
'SOURCES/EULA-ARM', '/etc/pki/rpm-gpg/RPM-GPG-KEY-MSVSphere-9-Test-Key',
'SOURCES/EULA-SERVER', '/usr/share/sphere-release/EULA-SERVER',
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
] ]
} }
] ]
@ -45,12 +43,11 @@ extra_isos = {
"failable_arches": ['i386'], "failable_arches": ['i386'],
"extra_files": [ "extra_files": [
{ {
'scm': 'git', 'scm': 'file',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', 'repo': '',
'branch': 'i9',
'file': [ 'file': [
'SOURCES/EULA-SERVER', '/etc/pki/rpm-gpg/RPM-GPG-KEY-MSVSphere-9-Test-Key',
'SOURCES/RPM-GPG-KEY-MSVSphere-9' '/usr/share/sphere-release/EULA-SERVER',
] ]
} }
] ]
@ -63,12 +60,11 @@ extra_isos = {
"failable_arches": ['i386'], "failable_arches": ['i386'],
"extra_files": [ "extra_files": [
{ {
'scm': 'git', 'scm': 'file',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', 'repo': '',
'branch': 'i9',
'file': [ 'file': [
'SOURCES/EULA-SERVER', '/etc/pki/rpm-gpg/RPM-GPG-KEY-MSVSphere-9-Test-Key',
'SOURCES/RPM-GPG-KEY-MSVSphere-9' '/usr/share/sphere-release/EULA-SERVER',
] ]
} }
] ]

@ -1,34 +1,13 @@
# use a remote comps.xml file from a git repository # use a remote comps.xml file from a git repository
comps_file = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
'branch': 'i9.3',
'file': 'comps.xml',
'command': ''
}
# alternatively, it's possible to use a local groups file # alternatively, it's possible to use a local groups file
#comps_file = 'comps.xml' comps_file = 'comps.xml'
# use a remote variants.xml file from a git repository # use a remote variants.xml file from a git repository
variants_file = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
'branch': 'i9.3-aicc',
'file': 'variants-i686.xml',
'command': ''
}
# alternatively, it's possible to use a local variants file # alternatively, it's possible to use a local variants file
#variants_file = 'variants.xml' variants_file = 'variants-i686.xml'
# use modulemd-defaults from a git repository # use modulemd-defaults from a git repository
module_defaults_dir = { module_defaults_dir = 'module-defaults'
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
'branch': 'i9',
'dir': '.'
}
gather_backend = 'dnf' gather_backend = 'dnf'
@ -49,13 +28,7 @@ gather_allow_reuse = True
repoclosure_backend = 'dnf' repoclosure_backend = 'dnf'
# extra packages to be added # extra packages to be added
gather_prepopulate = { gather_prepopulate = 'prepopulate-i686.json'
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere',
'branch': 'i9.3',
'file': 'prepopulate-i686.json',
'command': ''
}
greedy_method = "build" greedy_method = "build"
@ -66,7 +39,7 @@ pkgset_source = 'koji'
#pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel'] #pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel']
pkgset_koji_tag = ['inferit-9-bootstrap'] pkgset_koji_tag = ['inferit-9-bootstrap']
# add modules from those tags to compose # add modules from those tags to compose
#pkgset_koji_module_tag = ['inferit-9_3-module-init'] pkgset_koji_module_tag = ['inferit-9-bootstrap-modules']
pkgset_allow_reuse = True pkgset_allow_reuse = True
koji_profile = 'koji' koji_profile = 'koji'
runroot_method = "local" runroot_method = "local"

@ -1,34 +1,13 @@
# use a remote comps.xml file from a git repository # use a remote comps.xml file from a git repository
comps_file = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
'branch': 'i9.3',
'file': 'comps.xml',
'command': ''
}
# alternatively, it's possible to use a local groups file # alternatively, it's possible to use a local groups file
#comps_file = 'comps.xml' comps_file = 'comps.xml'
# use a remote variants.xml file from a git repository # use a remote variants.xml file from a git repository
variants_file = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
'branch': 'i9.3-aicc',
'file': 'variants.xml',
'command': ''
}
# alternatively, it's possible to use a local variants file # alternatively, it's possible to use a local variants file
#variants_file = 'variants.xml' variants_file = 'variants.xml'
# use modulemd-defaults from a git repository # use modulemd-defaults from a git repository
module_defaults_dir = { module_defaults_dir = 'module-defaults'
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
'branch': 'i9',
'dir': '.'
}
gather_backend = 'dnf' gather_backend = 'dnf'
@ -49,13 +28,7 @@ gather_allow_reuse = True
repoclosure_backend = 'dnf' repoclosure_backend = 'dnf'
# extra packages to be added # extra packages to be added
gather_prepopulate = { gather_prepopulate = 'prepopulate.json'
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere',
'branch': 'i9.3',
'file': 'prepopulate.json',
'command': ''
}
greedy_method = "build" greedy_method = "build"
@ -66,7 +39,7 @@ pkgset_source = 'koji'
#pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel'] #pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel']
pkgset_koji_tag = ['inferit-9-bootstrap'] pkgset_koji_tag = ['inferit-9-bootstrap']
# add modules from those tags to compose # add modules from those tags to compose
#pkgset_koji_module_tag = ['inferit-9_3-module-init'] pkgset_koji_module_tag = ['inferit-9-bootstrap-modules']
pkgset_allow_reuse = True pkgset_allow_reuse = True
koji_profile = 'koji' koji_profile = 'koji'
runroot_method = "local" runroot_method = "local"

@ -127,16 +127,16 @@
<environment display_order="99">virtualization-host-environment</environment> <environment display_order="99">virtualization-host-environment</environment>
<environment display_order="4">workstation-product-environment</environment> <environment display_order="4">workstation-product-environment</environment>
</environments> </environments>
<!-- <modules> --> <modules>
<!-- <module>maven:3.8</module> --> <module>maven:3.8</module>
<!-- <module>nginx:1.22</module> --> <module>nginx:1.22</module>
<!-- <module>nodejs:18</module> --> <module>nodejs:18</module>
<!-- <module>nodejs:20</module> --> <module>nodejs:20</module>
<!-- <module>postgresql:15</module> --> <module>postgresql:15</module>
<!-- <module>php:8.1</module> --> <module>php:8.1</module>
<!-- <module>redis:7</module> --> <module>redis:7</module>
<!-- <module>ruby:3.1</module> --> <module>ruby:3.1</module>
<!-- </modules> --> </modules>
</variant> </variant>
<variant id="CRB" name="CRB" type="variant"> <variant id="CRB" name="CRB" type="variant">
<arches> <arches>
@ -145,9 +145,9 @@
<groups> <groups>
<group default="false">crb</group> <group default="false">crb</group>
</groups> </groups>
<!-- <modules> --> <modules>
<!-- <module>swig:4.1</module> --> <module>swig:4.1</module>
<!-- </modules> --> </modules>
</variant> </variant>
<variant id="Minimal" name="Minimal" type="variant"> <variant id="Minimal" name="Minimal" type="variant">
<arches> <arches>

@ -127,16 +127,16 @@
<environment display_order="99">virtualization-host-environment</environment> <environment display_order="99">virtualization-host-environment</environment>
<environment display_order="4">workstation-product-environment</environment> <environment display_order="4">workstation-product-environment</environment>
</environments> </environments>
<!-- <modules> --> <modules>
<!-- <module>maven:3.8</module> --> <module>maven:3.8</module>
<!-- <module>nginx:1.22</module> --> <module>nginx:1.22</module>
<!-- <module>nodejs:18</module> --> <module>nodejs:18</module>
<!-- <module>nodejs:20</module> --> <module>nodejs:20</module>
<!-- <module>postgresql:15</module> --> <module>postgresql:15</module>
<!-- <module>php:8.1</module> --> <module>php:8.1</module>
<!-- <module>redis:7</module> --> <module>redis:7</module>
<!-- <module>ruby:3.1</module> --> <module>ruby:3.1</module>
<!-- </modules> --> </modules>
</variant> </variant>
<variant id="CRB" name="CRB" type="variant"> <variant id="CRB" name="CRB" type="variant">
<arches> <arches>
@ -145,9 +145,9 @@
<groups> <groups>
<group default="false">crb</group> <group default="false">crb</group>
</groups> </groups>
<!-- <modules> --> <modules>
<!-- <module>swig:4.1</module> --> <module>swig:4.1</module>
<!-- </modules> --> </modules>
</variant> </variant>
<variant id="Minimal" name="Minimal" type="variant"> <variant id="Minimal" name="Minimal" type="variant">
<arches> <arches>

Loading…
Cancel
Save