mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
Change the config base_module_names to be a list instead of a set to allow ordering by the admin
This commit is contained in:
@@ -411,9 +411,9 @@ class Config(object):
|
||||
'desc': ('The distinguished name of the container or organizational unit containing '
|
||||
'the groups in LDAP')},
|
||||
'base_module_names': {
|
||||
'type': set,
|
||||
'default': set(['platform']),
|
||||
'desc': ("Set of module names which defines the product version "
|
||||
'type': list,
|
||||
'default': ['platform'],
|
||||
'desc': ("List of base module names which define the product version "
|
||||
"(by their stream) of modules depending on them.")},
|
||||
'base_module_koji_arches': {
|
||||
'type': dict,
|
||||
|
||||
Reference in New Issue
Block a user