copr-mbs: add copr suffix to fedmsg topic filter
This commit is contained in:
parent
d0133bab98
commit
a74d4ca483
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ class ProdConfiguration(base.ProdConfiguration):
|
||||||
"git://pkgs.fedoraproject.org/modules/"]
|
"git://pkgs.fedoraproject.org/modules/"]
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev.copr', 'org.fedoraproject.stg.copr']
|
||||||
{% else %}
|
{% else %}
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod.copr']
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Allow custom component repositories
|
# Allow custom component repositories
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue