Supply list of base modules.

For the functionality added in https://pagure.io/robosignatory/pull-request/6
This commit is contained in:
Ralph Bean 2017-05-02 19:41:04 +00:00
parent da7df487f9
commit a510fa10ba

View file

@ -16,6 +16,9 @@ config = {
'robosignatory.pdc_url': 'https://pdc.fedoraproject.org/rest_api/v1',
# Any tag prefixed with "module-" will be considered a module.
'robosignatory.module_prefixes': ['module-'],
# These are the base modules which, when found, determine the signing key.
'robosignatory.base_module_names': ['base-runtime', 'bootstrap'],
'robosignatory.signing': {
'backend': 'sigul',