Enable pdcupdater MBS handler, only in staging.
This commit is contained in:
parent
5086f5170f
commit
83463ea756
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ config = {
|
|||
##'pdcupdater.handlers.pkgdb:NewPackageBranchHandler',
|
||||
##'pdcupdater.handlers.rpms:NewRPMHandler',
|
||||
##'pdcupdater.handlers.persons:NewPersonHandler',
|
||||
|
||||
{% if env == 'staging' %}
|
||||
# For MBS https://fedoraproject.org/wiki/Changes/ModuleBuildService
|
||||
'pdcupdater.handlers.modules:ModuleStateChangeHandler',
|
||||
{% endif %}
|
||||
],
|
||||
|
||||
'logging': dict(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue