|
|
@ -2,7 +2,7 @@
|
|
|
|
comps_file = {
|
|
|
|
comps_file = {
|
|
|
|
'scm': 'git',
|
|
|
|
'scm': 'git',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
|
|
|
|
'branch': 'i9.3',
|
|
|
|
'branch': 'i9.4',
|
|
|
|
'file': 'comps.xml',
|
|
|
|
'file': 'comps.xml',
|
|
|
|
'command': ''
|
|
|
|
'command': ''
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -14,7 +14,7 @@ comps_file = {
|
|
|
|
variants_file = {
|
|
|
|
variants_file = {
|
|
|
|
'scm': 'git',
|
|
|
|
'scm': 'git',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git',
|
|
|
|
'branch': 'i9.3',
|
|
|
|
'branch': 'i9.4',
|
|
|
|
'file': 'variants-i686.xml',
|
|
|
|
'file': 'variants-i686.xml',
|
|
|
|
'command': ''
|
|
|
|
'command': ''
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -52,7 +52,7 @@ repoclosure_backend = 'dnf'
|
|
|
|
gather_prepopulate = {
|
|
|
|
gather_prepopulate = {
|
|
|
|
'scm': 'git',
|
|
|
|
'scm': 'git',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere',
|
|
|
|
'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere',
|
|
|
|
'branch': 'i9.3',
|
|
|
|
'branch': 'i9.4',
|
|
|
|
'file': 'prepopulate-i686.json',
|
|
|
|
'file': 'prepopulate-i686.json',
|
|
|
|
'command': ''
|
|
|
|
'command': ''
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -62,9 +62,9 @@ greedy_method = "build"
|
|
|
|
sigkeys = ['8BDA73A4', '8bda73a4']
|
|
|
|
sigkeys = ['8BDA73A4', '8bda73a4']
|
|
|
|
|
|
|
|
|
|
|
|
pkgset_source = 'koji'
|
|
|
|
pkgset_source = 'koji'
|
|
|
|
pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9_3-extras', 'inferit-9-devel']
|
|
|
|
pkgset_koji_tag = ['inferit-9.4-init', 'inferit-9.3-extras', 'inferit-9-devel']
|
|
|
|
# add modules from those tags to compose
|
|
|
|
# add modules from those tags to compose
|
|
|
|
pkgset_koji_module_tag = ['inferit-9_3-module-init']
|
|
|
|
pkgset_koji_module_tag = ['inferit-9.4-module-init']
|
|
|
|
pkgset_allow_reuse = True
|
|
|
|
pkgset_allow_reuse = True
|
|
|
|
koji_profile = 'koji'
|
|
|
|
koji_profile = 'koji'
|
|
|
|
runroot_method = "local"
|
|
|
|
runroot_method = "local"
|
|
|
@ -100,7 +100,7 @@ createrepo_num_threads = 8
|
|
|
|
createrepo_num_workers = 4
|
|
|
|
createrepo_num_workers = 4
|
|
|
|
createrepo_extra_args = [
|
|
|
|
createrepo_extra_args = [
|
|
|
|
'--distro=cpe:/o:ncsd:msvsphere:9,MSVSphere 9',
|
|
|
|
'--distro=cpe:/o:ncsd:msvsphere:9,MSVSphere 9',
|
|
|
|
'--revision=9.3'
|
|
|
|
'--revision=9.4'
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
# CHECKSUMS
|
|
|
|
# CHECKSUMS
|
|
|
@ -119,7 +119,7 @@ lorax_options = [
|
|
|
|
"*": {
|
|
|
|
"*": {
|
|
|
|
"noupgrade": False,
|
|
|
|
"noupgrade": False,
|
|
|
|
"rootfs_size": 3,
|
|
|
|
"rootfs_size": 3,
|
|
|
|
"version": "9.3"
|
|
|
|
"version": "9.4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
]
|
|
|
|
]
|
|
|
|