Use local files and new sibe/scbs koji tag

i9.5-certified-scbs
Arkady L. Shane 2 weeks ago
parent fb5b6d34b7
commit 38aa3cdcce
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,34 +1,12 @@
# 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.5-certified',
'file': 'comps.xml',
'command': ''
}
# 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
variants_file = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
'branch': 'i9.5-certified',
'file': 'variants.xml',
'command': ''
}
# 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
module_defaults_dir = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
'branch': 'i9',
'dir': '.'
}
gather_backend = 'dnf'
@ -62,7 +40,8 @@ greedy_method = "build"
sigkeys = ['8BDA73A4', '8bda73a4']
pkgset_source = 'koji'
pkgset_koji_tag = ['inferit-9_5-init', 'inferit-9_5-updates', 'inferit-9_5-extras', 'inferit-9_4-extras', 'inferit-9-devel']
# pkgset_koji_tag = ['inferit-9_5-init', 'inferit-9_5-updates', 'inferit-9_5-extras', 'inferit-9_4-extras', 'inferit-9-devel']
pkgset_koji_tag = ['inferit-9-bootstrap']
# add modules from those tags to compose
# pkgset_koji_module_tag = ['inferit-9_5-module-init']
pkgset_allow_reuse = True

Loading…
Cancel
Save