mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-10-31 18:31:24 +00:00
modules need to be inherited too
This commit is contained in:
parent
9748788a92
commit
799e7af181
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user