From ac400fafcf29c63db5bbc81105230b7ddfd2cf0b Mon Sep 17 00:00:00 2001 From: mprahl Date: Wed, 3 Oct 2018 09:52:41 -0400 Subject: [PATCH] Set the default base_module_names config option to be platform --- module_build_service/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_build_service/config.py b/module_build_service/config.py index a6c25d0f..db9a8e5e 100644 --- a/module_build_service/config.py +++ b/module_build_service/config.py @@ -412,7 +412,7 @@ class Config(object): 'the groups in LDAP')}, 'base_module_names': { 'type': set, - 'default': set(['platform', 'bootstrap']), + 'default': set(['platform']), 'desc': ("Set of module names which defines the product version " "(by their stream) of modules depending on them.")}, 'base_module_koji_arches': {