added LICENSE and RPM-GPG-KEY-MSVSphere-9

i9.2
Arkady L. Shane 1 year ago
parent 2bdf44cd59
commit 538c43191b
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -21,6 +21,16 @@ extra_isos = {
"filename": "{release_short}-9.2-beta-{arch}-server{suffix}",
"skip_src": True,
"arches": ['x86_64'],
"failable_arches": ['i386']
"failable_arches": ['i386'],
"extra_files": [
{
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': 'SOURCES/EULA',
'file': 'SOURCES/LICENSE',
'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9'
}
]
}]
}

@ -29,7 +29,9 @@ extra_isos = {
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': 'SOURCES/EULA'
'file': 'SOURCES/EULA',
'file': 'SOURCES/LICENSE',
'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9'
}
]
}],
@ -38,6 +40,16 @@ extra_isos = {
"filename": "{release_short}-9.2-beta-{arch}-minimal{suffix}",
"skip_src": True,
"arches": ['x86_64'],
"failable_arches": ['i386']
"failable_arches": ['i386'],
"extra_files": [
{
'scm': 'git',
'repo': 'http://git.inferitos.ru/rpms/sphere-release.git',
'branch': 'i9',
'file': 'SOURCES/EULA',
'file': 'SOURCES/LICENSE',
'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9'
}
]
}]
}

Loading…
Cancel
Save