Enable modules

i8.10
Arkady L. Shane 7 months ago
parent 593df2ba1b
commit 65d724dc5f
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -22,13 +22,13 @@ 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': '.'
#}
# use modulemd-defaults from a git repository
module_defaults_dir = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
'branch': 'i8',
'dir': '.'
}
gather_backend = 'dnf'
@ -66,7 +66,7 @@ pkgset_source = 'koji'
#pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel']
pkgset_koji_tag = ['inferit-8_10-init', 'inferit-8_9-extras']
# add modules from those tags to compose
#pkgset_koji_module_tag = ['inferit-9_3-module-init']
pkgset_koji_module_tag = ['inferit-8_9-module-init']
#pkgset_allow_reuse = True
koji_profile = 'koji'
runroot_method = "local"

@ -22,13 +22,13 @@ 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': '.'
#}
# use modulemd-defaults from a git repository
module_defaults_dir = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
'branch': 'i8',
'dir': '.'
}
gather_backend = 'dnf'
@ -66,7 +66,7 @@ pkgset_source = 'koji'
#pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel']
pkgset_koji_tag = ['inferit-8_10-init', 'inferit-8_9-extras']
# add modules from those tags to compose
#pkgset_koji_module_tag = ['inferit-9_3-module-init']
pkgset_koji_module_tag = ['inferit-8_9-module-init']
#pkgset_allow_reuse = True
koji_profile = 'koji'
runroot_method = "local"

Loading…
Cancel
Save