diff --git a/msvsphere-9.conf b/msvsphere-9.conf index 157c529..dfa40ef 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -35,41 +35,5 @@ extra_isos = { ] } ] - }], - "Minimal": [{ - "include_variants": [], - "filename": "{release_short}-9.3-beta-{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', - 'SOURCES/RPM-GPG-KEY-MSVSphere-9' - ] - } - ] - }], - "Server": [{ - "include_variants": [], - "filename": "{release_short}-9.3-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/RPM-GPG-KEY-MSVSphere-9' - ] - } - ] }] }