Enables modules support for inferit-9_2-module-init tag

i9.2
Eugene Zamriy 1 year ago
parent 2385625d22
commit 16172c3c8e
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -22,6 +22,14 @@ variants_file = {
# alternatively, it's possible to use a local variants file
#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'
# if set to True, abort the compose if some package has broken dependencies
@ -55,6 +63,8 @@ sigkeys = ['2655AD82', '2655ad82']
pkgset_source = 'koji'
pkgset_koji_tag = ['inferit-9_2-init', 'inferit-9-extras']
# add modules from those tags to compose
pkgset_koji_module_tag = ['inferit-9_2-module-init']
pkgset_allow_reuse = True
koji_profile = 'koji'
runroot_method = "local"

Loading…
Cancel
Save