Remove configuration for devel modules
They should be loaded in the same way as regular modules straight from Koji. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
ac15f21135
commit
9f9b784e64
@ -634,10 +634,6 @@ def make_schema():
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": False,
|
"default": False,
|
||||||
},
|
},
|
||||||
"include_devel_modules": {
|
|
||||||
"type": "object",
|
|
||||||
"default": {},
|
|
||||||
},
|
|
||||||
|
|
||||||
"pkgset_source": {
|
"pkgset_source": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -643,9 +643,7 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event):
|
|||||||
event,
|
event,
|
||||||
inherit=should_inherit,
|
inherit=should_inherit,
|
||||||
logfile=logfile,
|
logfile=logfile,
|
||||||
exclude_packages=module_tag_rpm_filter.get(compose_tag)
|
exclude_packages=module_tag_rpm_filter.get(compose_tag),
|
||||||
if not compose.conf["include_devel_modules"]
|
|
||||||
else None,
|
|
||||||
)
|
)
|
||||||
for variant in compose.all_variants.values():
|
for variant in compose.all_variants.values():
|
||||||
if compose_tag in variant_tags[variant]:
|
if compose_tag in variant_tags[variant]:
|
||||||
|
Loading…
Reference in New Issue
Block a user