# # MSVSphere Server 9 Pungi configuration file # # Notes: # - there is a problem with accessing git.inferitos.ru repositories via # HTTPs from our internal network, so we have to use HTTP for now. from msvsphere/general import * from msvsphere/multilib import * from msvsphere/additional_packages-server import * # product information release_name = 'MSVSphere Server' release_short = 'MSVSphere' release_version = '9.2' treeinfo_version = '9' extra_isos = { "Server": [{ "include_variants": [], "filename": "{release_short}-9.2-beta-{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', 'SOURCES/LICENSE', 'SOURCES/RPM-GPG-KEY-MSVSphere-9' ] } ] }] }