From 466c294f5f3961767ad9295099d2cbc248b7f7e0 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 22 Oct 2023 00:01:01 +0300 Subject: [PATCH] Update version to 9.3 --- msvsphere-9.conf | 8 ++++---- msvsphere/general.conf | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/msvsphere-9.conf b/msvsphere-9.conf index e4c8015..d2f496b 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -13,14 +13,14 @@ from msvsphere/filter_packages import * # product information release_name = 'MSVSphere' release_short = 'MSVSphere' -release_version = '9.2' +release_version = '9.3' treeinfo_version = '9' extra_isos = { "BaseOS": [{ "include_variants": ["AppStream", "Extras"], #"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}", - "filename": "{release_short}-9.2-{arch}-{disc_type}{suffix}", + "filename": "{release_short}-9.3-beta-{arch}-{disc_type}{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], @@ -38,7 +38,7 @@ extra_isos = { }], "Minimal": [{ "include_variants": [], - "filename": "{release_short}-9.2-{arch}-minimal{suffix}", + "filename": "{release_short}-9.3-beta-{arch}-minimal{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], @@ -56,7 +56,7 @@ extra_isos = { }], "Server": [{ "include_variants": [], - "filename": "{release_short}-9.2-{arch}-server{suffix}", + "filename": "{release_short}-9.3-beta-{arch}-server{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 3c11b04..c74986b 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -2,7 +2,7 @@ comps_file = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git', - 'branch': 'i9.2', + 'branch': 'i9.3', 'file': 'comps.xml', 'command': '' } @@ -14,7 +14,7 @@ comps_file = { variants_file = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git', - 'branch': 'i9.2', + 'branch': 'i9.3', 'file': 'variants.xml', 'command': '' } @@ -52,7 +52,7 @@ repoclosure_backend = 'dnf' gather_prepopulate = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere', - 'branch': 'i9.2', + 'branch': 'i9.3', 'file': 'prepopulate.json', 'command': '' } @@ -62,9 +62,9 @@ greedy_method = "build" sigkeys = ['8BDA73A4', '8bda73a4'] pkgset_source = 'koji' -pkgset_koji_tag = ['inferit-9_2-init', 'inferit-9-extras'] +pkgset_koji_tag = ['inferit-9_3-init', 'inferit-9-extras'] # add modules from those tags to compose -pkgset_koji_module_tag = ['inferit-9_2-module-init'] +pkgset_koji_module_tag = ['inferit-9_3-module-init'] pkgset_allow_reuse = True koji_profile = 'koji' runroot_method = "local" @@ -100,7 +100,7 @@ createrepo_num_threads = 8 createrepo_num_workers = 4 createrepo_extra_args = [ '--distro=cpe:/o:ncsd:msvsphere:9,MSVSphere 9', - '--revision=9.2' + '--revision=9.3' ] # CHECKSUMS @@ -119,7 +119,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "9.2" + "version": "9.3" } }) ]