Rebase on 9.5

i9.5-certified
Arkady L. Shane 3 weeks ago
parent 3e64c35f90
commit bb87d73827
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -13,7 +13,7 @@ from msvsphere-i686/filter_packages import *
# product information
release_name = 'MSVSphere'
release_short = 'MSVSphere'
release_version = '9.4'
release_version = '9.5'
treeinfo_version = '9'
skip_phases = [

@ -13,13 +13,13 @@ from msvsphere/filter_packages import *
# product information
release_name = 'MSVSphere'
release_short = 'MSVSphere'
release_version = '9.4'
release_version = '9.5'
treeinfo_version = '9'
extra_isos = {
"Certified": [{
"include_variants": [],
"filename": "{release_short}-9.4-{arch}-certified{suffix}",
"filename": "{release_short}-9.5-{arch}-certified{suffix}",
"skip_src": True,
"arches": ['x86_64'],
"failable_arches": ['i386'],

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

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

Loading…
Cancel
Save