From 5a04b17135758f3685642bd468bc9ed00f31b5a0 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 5 Dec 2024 20:01:33 +0300 Subject: [PATCH] Skip modules --- msvsphere-i686/general.conf | 2 +- msvsphere/general.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msvsphere-i686/general.conf b/msvsphere-i686/general.conf index 6056581..47e7832 100644 --- a/msvsphere-i686/general.conf +++ b/msvsphere-i686/general.conf @@ -64,7 +64,7 @@ sigkeys = ['8BDA73A4', '8bda73a4'] pkgset_source = 'koji' pkgset_koji_tag = ['inferit-9_5-init', 'inferit-9_5-updates', 'inferit-9_5-extras', 'inferit-9_4-extras', 'inferit-9-devel'] # add modules from those tags to compose -pkgset_koji_module_tag = ['inferit-9_5-module-init'] +# pkgset_koji_module_tag = ['inferit-9_5-module-init'] pkgset_allow_reuse = True koji_profile = 'koji' runroot_method = "local" diff --git a/msvsphere/general.conf b/msvsphere/general.conf index efa47a3..a4c386b 100644 --- a/msvsphere/general.conf +++ b/msvsphere/general.conf @@ -64,7 +64,7 @@ sigkeys = ['8BDA73A4', '8bda73a4'] pkgset_source = 'koji' pkgset_koji_tag = ['inferit-9_5-init', 'inferit-9_5-updates', 'inferit-9_5-extras', 'inferit-9_4-extras', 'inferit-9-devel'] # add modules from those tags to compose -pkgset_koji_module_tag = ['inferit-9_5-module-init'] +# pkgset_koji_module_tag = ['inferit-9_5-module-init'] pkgset_allow_reuse = True koji_profile = 'koji' runroot_method = "local"