From e816104b4b1ea56c9f0d11cd3b3e7d9b56733259 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 25 Oct 2023 21:51:47 +0300 Subject: [PATCH] Revert "Drop other ismages" This reverts commit 4d833f97c3bb55e6d8313339dcb39a68fbca7e22. --- msvsphere-9.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/msvsphere-9.conf b/msvsphere-9.conf index dfa40ef..157c529 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -35,5 +35,41 @@ 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' + ] + } + ] }] }