|
|
@ -22,6 +22,14 @@ variants_file = {
|
|
|
|
# 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
|
|
|
|
|
|
|
|
module_defaults_dir = {
|
|
|
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
|
|
|
|
|
|
|
|
'branch': 'i9',
|
|
|
|
|
|
|
|
'dir': '.'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
gather_backend = 'dnf'
|
|
|
|
gather_backend = 'dnf'
|
|
|
|
|
|
|
|
|
|
|
|
# if set to True, abort the compose if some package has broken dependencies
|
|
|
|
# if set to True, abort the compose if some package has broken dependencies
|
|
|
@ -55,6 +63,8 @@ sigkeys = ['2655AD82', '2655ad82']
|
|
|
|
|
|
|
|
|
|
|
|
pkgset_source = 'koji'
|
|
|
|
pkgset_source = 'koji'
|
|
|
|
pkgset_koji_tag = ['inferit-9_2-init', 'inferit-9-extras']
|
|
|
|
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
|
|
|
|
pkgset_allow_reuse = True
|
|
|
|
koji_profile = 'koji'
|
|
|
|
koji_profile = 'koji'
|
|
|
|
runroot_method = "local"
|
|
|
|
runroot_method = "local"
|
|
|
|