Disallow 'repo' source_type and enable 'module' source type
This commit is contained in:
parent
25e41c0adc
commit
c35de02e5e
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ fedmsg_certs:
|
|||
can_send:
|
||||
- odcs.compose.state-changed
|
||||
|
||||
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
|
|
|
@ -36,7 +36,7 @@ fedmsg_certs:
|
|||
can_send:
|
||||
- odcs.compose.state-changed
|
||||
|
||||
odcs_allowed_source_types: ["tag", "repo", "raw_config"]
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue