Enable pdcupdater MBS handler, only in staging.

This commit is contained in:
Ralph Bean 2017-02-09 19:21:48 +00:00
parent 5086f5170f
commit 83463ea756

View file

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