diff --git a/msvsphere-9-i686.conf b/msvsphere-9-i686.conf index f47b44c..d8ec844 100644 --- a/msvsphere-9-i686.conf +++ b/msvsphere-9-i686.conf @@ -13,7 +13,7 @@ from msvsphere-i686/filter_packages import * # product information release_name = 'MSVSphere' release_short = 'MSVSphere' -release_version = '9.4' +release_version = '9.5' treeinfo_version = '9' skip_phases = [ diff --git a/msvsphere-9.conf b/msvsphere-9.conf index 0695b7b..a6ffba8 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.4' +release_version = '9.5' treeinfo_version = '9' extra_isos = { "BaseOS": [{ "include_variants": ["AppStream", "Extras"], #"filename": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}", - "filename": "{release_short}-9.4-{arch}-{disc_type}{suffix}", + "filename": "{release_short}-9.5-{arch}-{disc_type}{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], @@ -39,7 +39,7 @@ extra_isos = { }], "Minimal": [{ "include_variants": [], - "filename": "{release_short}-9.4-{arch}-minimal{suffix}", + "filename": "{release_short}-9.5-{arch}-minimal{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], @@ -57,7 +57,7 @@ extra_isos = { }], "Server": [{ "include_variants": [], - "filename": "{release_short}-9.4-{arch}-server{suffix}", + "filename": "{release_short}-9.5-{arch}-server{suffix}", "skip_src": True, "arches": ['x86_64'], "failable_arches": ['i386'], diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 4b596a1..374ad34 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -2,7 +2,7 @@ comps_file = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere.git', - 'branch': 'i9.4', + 'branch': 'i9.5', '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.4', + 'branch': 'i9.5', 'file': 'variants-i686.xml', 'command': '' } @@ -52,7 +52,7 @@ repoclosure_backend = 'dnf' gather_prepopulate = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/msvsphere/pungi-msvsphere', - 'branch': 'i9.4', + 'branch': 'i9.5', 'file': 'prepopulate-i686.json', 'command': '' } @@ -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.4' + '--revision=9.5' ] # CHECKSUMS @@ -119,7 +119,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "9.4" + "version": "9.5" } }) ] diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 85caea3..8c6f09f 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.4', + 'branch': 'i9.5', '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.4', + 'branch': 'i9.5', '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.4', + 'branch': 'i9.5', 'file': 'prepopulate.json', 'command': '' } @@ -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.4' + '--revision=9.5' ] # CHECKSUMS @@ -119,7 +119,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "9.4" + "version": "9.5" } }) ]