Disallow 'repo' source_type and enable 'module' source type

This commit is contained in:
Jan Kaluža 2018-01-05 11:51:19 +00:00
parent 25e41c0adc
commit c35de02e5e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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