copr-mbs: we need to listen also to org.fedoraproject.dev (because of internal mbs messages)

This commit is contained in:
clime 2017-04-20 16:34:42 +02:00
parent cddf101acb
commit 1ffd3c9011

View file

@ -29,7 +29,7 @@ class ProdConfiguration(base.ProdConfiguration):
{% if env == 'staging' %}
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg']
{% else %}
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod', 'org.fedoraproject.dev']
{% endif %}
# Allow custom component repositories