From e10e77a1c55e5b4b02b213c27ecc55c011ec8fc8 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 28 Apr 2024 20:16:15 +0300 Subject: [PATCH] More debug --- msvsphere-i686/general.conf | 6 ++++-- msvsphere/general.conf | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 684b3a7..b506c1d 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -68,6 +68,7 @@ pkgset_koji_tag = ['inferit-8_8-bootstrap', 'inferit-8_9-extras'] # add modules from those tags to compose pkgset_koji_module_tag = ['inferit-8_9-module-init'] #pkgset_allow_reuse = True +pkgset_koji_inherit_modules = True koji_profile = 'koji' runroot_method = "local" #global_runroot_method = "local" @@ -98,8 +99,9 @@ createrepo_c = True createrepo_checksum = 'sha256' createrepo_use_xz = True #createrepo_enable_cache = False -createrepo_num_threads = 8 -createrepo_num_workers = 4 +createrepo_num_threads = 10 +createrepo_num_workers = 8 +createrepo_extra_args = '-v' createrepo_extra_args = [ '--distro=cpe:/o:ncsd:msvsphere:8,MSVSphere 8', '--revision=8.9' diff --git a/msvsphere/general.conf b/msvsphere/general.conf index 629f1fa..317a0df 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -68,6 +68,7 @@ pkgset_koji_tag = ['inferit-8_8-bootstrap', 'inferit-8_9-extras'] # add modules from those tags to compose pkgset_koji_module_tag = ['inferit-8_9-module-init'] #pkgset_allow_reuse = True +pkgset_koji_inherit_modules = True koji_profile = 'koji' runroot_method = "local" #global_runroot_method = "local" @@ -98,8 +99,9 @@ createrepo_c = True createrepo_checksum = 'sha256' createrepo_use_xz = True #createrepo_enable_cache = False -createrepo_num_threads = 8 -createrepo_num_workers = 4 +createrepo_num_threads = 10 +createrepo_num_workers = 8 +createrepo_extra_args = '-v' createrepo_extra_args = [ '--distro=cpe:/o:ncsd:msvsphere:8,MSVSphere 8', '--revision=8.9'