|
|
|
@ -20,7 +20,7 @@ extra_isos = {
|
|
|
|
|
"BaseOS": [{
|
|
|
|
|
"include_variants": ["AppStream", "Extras"],
|
|
|
|
|
#"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}",
|
|
|
|
|
"filename": "{release_short}-8.10-Beta-{arch}-{disc_type}{suffix}",
|
|
|
|
|
"filename": "{release_short}-8.10-{arch}-{disc_type}{suffix}",
|
|
|
|
|
"skip_src": True,
|
|
|
|
|
"arches": ['x86_64'],
|
|
|
|
|
"failable_arches": ['i386'],
|
|
|
|
@ -28,7 +28,7 @@ extra_isos = {
|
|
|
|
|
{
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
|
|
|
|
|
'branch': 'i8-beta',
|
|
|
|
|
'branch': 'i8',
|
|
|
|
|
'file': [
|
|
|
|
|
'SOURCES/EULA-ARM',
|
|
|
|
|
'SOURCES/EULA-SERVER',
|
|
|
|
@ -39,7 +39,7 @@ extra_isos = {
|
|
|
|
|
}],
|
|
|
|
|
"Minimal": [{
|
|
|
|
|
"include_variants": [],
|
|
|
|
|
"filename": "{release_short}-8.10-Beta-{arch}-minimal{suffix}",
|
|
|
|
|
"filename": "{release_short}-8.10-{arch}-minimal{suffix}",
|
|
|
|
|
"skip_src": True,
|
|
|
|
|
"arches": ['x86_64'],
|
|
|
|
|
"failable_arches": ['i386'],
|
|
|
|
@ -47,7 +47,7 @@ extra_isos = {
|
|
|
|
|
{
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
|
|
|
|
|
'branch': 'i8-beta',
|
|
|
|
|
'branch': 'i8',
|
|
|
|
|
'file': [
|
|
|
|
|
'SOURCES/EULA-SERVER',
|
|
|
|
|
'SOURCES/RPM-GPG-KEY-MSVSphere-8'
|
|
|
|
@ -57,7 +57,7 @@ extra_isos = {
|
|
|
|
|
}],
|
|
|
|
|
"Server": [{
|
|
|
|
|
"include_variants": [],
|
|
|
|
|
"filename": "{release_short}-8.10-Beta-{arch}-server{suffix}",
|
|
|
|
|
"filename": "{release_short}-8.10-{arch}-server{suffix}",
|
|
|
|
|
"skip_src": True,
|
|
|
|
|
"arches": ['x86_64'],
|
|
|
|
|
"failable_arches": ['i386'],
|
|
|
|
@ -65,7 +65,7 @@ extra_isos = {
|
|
|
|
|
{
|
|
|
|
|
'scm': 'git',
|
|
|
|
|
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
|
|
|
|
|
'branch': 'i8-beta',
|
|
|
|
|
'branch': 'i8',
|
|
|
|
|
'file': [
|
|
|
|
|
'SOURCES/EULA-SERVER',
|
|
|
|
|
'SOURCES/RPM-GPG-KEY-MSVSphere-8'
|
|
|
|
|