Update version to 9.3

i9.3
Arkady L. Shane 1 year ago
parent 79d5b99c0c
commit 466c294f5f
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -13,14 +13,14 @@ from msvsphere/filter_packages import *
# product information # product information
release_name = 'MSVSphere' release_name = 'MSVSphere'
release_short = 'MSVSphere' release_short = 'MSVSphere'
release_version = '9.2' release_version = '9.3'
treeinfo_version = '9' treeinfo_version = '9'
extra_isos = { extra_isos = {
"BaseOS": [{ "BaseOS": [{
"include_variants": ["AppStream", "Extras"], "include_variants": ["AppStream", "Extras"],
#"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}", #"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
"filename": "{release_short}-9.2-{arch}-{disc_type}{suffix}", "filename": "{release_short}-9.3-beta-{arch}-{disc_type}{suffix}",
"skip_src": True, "skip_src": True,
"arches": ['x86_64'], "arches": ['x86_64'],
"failable_arches": ['i386'], "failable_arches": ['i386'],
@ -38,7 +38,7 @@ extra_isos = {
}], }],
"Minimal": [{ "Minimal": [{
"include_variants": [], "include_variants": [],
"filename": "{release_short}-9.2-{arch}-minimal{suffix}", "filename": "{release_short}-9.3-beta-{arch}-minimal{suffix}",
"skip_src": True, "skip_src": True,
"arches": ['x86_64'], "arches": ['x86_64'],
"failable_arches": ['i386'], "failable_arches": ['i386'],
@ -56,7 +56,7 @@ extra_isos = {
}], }],
"Server": [{ "Server": [{
"include_variants": [], "include_variants": [],
"filename": "{release_short}-9.2-{arch}-server{suffix}", "filename": "{release_short}-9.3-beta-{arch}-server{suffix}",
"skip_src": True, "skip_src": True,
"arches": ['x86_64'], "arches": ['x86_64'],
"failable_arches": ['i386'], "failable_arches": ['i386'],

@ -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.2', 'branch': 'i9.3',
'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.2', 'branch': 'i9.3',
'file': 'variants.xml', 'file': 'variants.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.2', 'branch': 'i9.3',
'file': 'prepopulate.json', 'file': 'prepopulate.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_2-init', 'inferit-9-extras'] pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9-extras']
# add modules from those tags to compose # add modules from those tags to compose
pkgset_koji_module_tag = ['inferit-9_2-module-init'] pkgset_koji_module_tag = ['inferit-9_3-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.2' '--revision=9.3'
] ]
# CHECKSUMS # CHECKSUMS
@ -119,7 +119,7 @@ lorax_options = [
"*": { "*": {
"noupgrade": False, "noupgrade": False,
"rootfs_size": 3, "rootfs_size": 3,
"version": "9.2" "version": "9.3"
} }
}) })
] ]

Loading…
Cancel
Save