Supply list of base modules.
For the functionality added in https://pagure.io/robosignatory/pull-request/6
This commit is contained in:
parent
da7df487f9
commit
a510fa10ba
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue