modules need to be inherited too

This commit is contained in:
Louis Abel 2024-02-19 21:27:46 -07:00
parent 9748788a92
commit 799e7af181
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ koji_profile = "koji"
filter_system_release_packages = False
createiso_break_hardlinks = True
pkgset_koji_inherit = True
pkgset_koji_inherit_modules = True
# GATHER
gather_prepopulate = "prepopulate.json"

View File

@ -1,5 +1,5 @@
pkgset_source = "koji"
pkgset_koji_tag = PKGSET_KOJI_TAG
pkgset_koji_module_tag = PKGSET_KOJI_MODULE_TAG
pkgset_koji_inherit = True
pkgset_koji_inherit = False
pkgset_allow_reuse = True