|
|
@ -17,8 +17,8 @@ release_version = '9.4'
|
|
|
|
treeinfo_version = '9'
|
|
|
|
treeinfo_version = '9'
|
|
|
|
|
|
|
|
|
|
|
|
extra_isos = {
|
|
|
|
extra_isos = {
|
|
|
|
"BaseOS": [{
|
|
|
|
"Certified": [{
|
|
|
|
"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.4-{arch}-{disc_type}{suffix}",
|
|
|
|
"filename": "{release_short}-9.4-{arch}-{disc_type}{suffix}",
|
|
|
|
"skip_src": True,
|
|
|
|
"skip_src": True,
|
|
|
@ -36,41 +36,5 @@ extra_isos = {
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}],
|
|
|
|
|
|
|
|
"Minimal": [{
|
|
|
|
|
|
|
|
"include_variants": [],
|
|
|
|
|
|
|
|
"filename": "{release_short}-9.4-{arch}-minimal{suffix}",
|
|
|
|
|
|
|
|
"skip_src": True,
|
|
|
|
|
|
|
|
"arches": ['x86_64'],
|
|
|
|
|
|
|
|
"failable_arches": ['i386'],
|
|
|
|
|
|
|
|
"extra_files": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
|
|
|
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
|
|
|
|
|
|
|
|
'branch': 'i9',
|
|
|
|
|
|
|
|
'file': [
|
|
|
|
|
|
|
|
'SOURCES/EULA-SERVER',
|
|
|
|
|
|
|
|
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}],
|
|
|
|
|
|
|
|
"Server": [{
|
|
|
|
|
|
|
|
"include_variants": [],
|
|
|
|
|
|
|
|
"filename": "{release_short}-9.4-{arch}-server{suffix}",
|
|
|
|
|
|
|
|
"skip_src": True,
|
|
|
|
|
|
|
|
"arches": ['x86_64'],
|
|
|
|
|
|
|
|
"failable_arches": ['i386'],
|
|
|
|
|
|
|
|
"extra_files": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
|
|
|
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
|
|
|
|
|
|
|
|
'branch': 'i9',
|
|
|
|
|
|
|
|
'file': [
|
|
|
|
|
|
|
|
'SOURCES/EULA-SERVER',
|
|
|
|
|
|
|
|
'SOURCES/RPM-GPG-KEY-MSVSphere-9'
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}]
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
}
|
|
|
|