|
|
|
@ -1,34 +1,13 @@
|
|
|
|
|
# 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
|
|
|
|
|
#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.3-aicc',
|
|
|
|
|
'file': 'variants-i686.xml',
|
|
|
|
|
'command': ''
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
module_defaults_dir = {
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/module-defaults.git',
|
|
|
|
|
'branch': 'i9',
|
|
|
|
|
'dir': '.'
|
|
|
|
|
}
|
|
|
|
|
module_defaults_dir = 'module-defaults'
|
|
|
|
|
|
|
|
|
|
gather_backend = 'dnf'
|
|
|
|
|
|
|
|
|
@ -49,13 +28,7 @@ gather_allow_reuse = True
|
|
|
|
|
repoclosure_backend = 'dnf'
|
|
|
|
|
|
|
|
|
|
# extra packages to be added
|
|
|
|
|
gather_prepopulate = {
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere',
|
|
|
|
|
'branch': 'i9.3',
|
|
|
|
|
'file': 'prepopulate-i686.json',
|
|
|
|
|
'command': ''
|
|
|
|
|
}
|
|
|
|
|
gather_prepopulate = 'prepopulate-i686.json'
|
|
|
|
|
|
|
|
|
|
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-bootstrap']
|
|
|
|
|
# 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
|
|
|
|
|
koji_profile = 'koji'
|
|
|
|
|
runroot_method = "local"
|
|
|
|
|