|
|
|
@ -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'],
|
|
|
|
|