Rebase on 9.5

i9.5
Arkady L. Shane 2 months ago
parent a67d760aff
commit 0b6d02e56e
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,14 +13,14 @@ 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 = {
"BaseOS": [{
"include_variants": ["AppStream", "Extras"],
#"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
"filename": "{release_short}-9.4-{arch}-{disc_type}{suffix}",
"filename": "{release_short}-9.5-{arch}-{disc_type}{suffix}",
"skip_src": True,
"arches": ['x86_64'],
"failable_arches": ['i386'],
@ -39,7 +39,7 @@ extra_isos = {
}],
"Minimal": [{
"include_variants": [],
"filename": "{release_short}-9.4-{arch}-minimal{suffix}",
"filename": "{release_short}-9.5-{arch}-minimal{suffix}",
"skip_src": True,
"arches": ['x86_64'],
"failable_arches": ['i386'],
@ -57,7 +57,7 @@ extra_isos = {
}],
"Server": [{
"include_variants": [],
"filename": "{release_short}-9.4-{arch}-server{suffix}",
"filename": "{release_short}-9.5-{arch}-server{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',
'branch': 'i9.5',
'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',
'branch': 'i9.5',
'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',
'branch': 'i9.5',
'file': 'prepopulate-i686.json',
'command': ''
}
@ -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',
'branch': 'i9.5',
'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',
'branch': 'i9.5',
'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',
'branch': 'i9.5',
'file': 'prepopulate.json',
'command': ''
}
@ -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