Fix staging koschei fedmsg topic

This commit is contained in:
Mikolaj Izdebski 2015-09-02 13:28:46 +00:00
parent e6604af655
commit fc603fc8fe

View file

@ -79,7 +79,7 @@ config = {
}, },
"fedmsg": { "fedmsg": {
{% if env == 'staging' %} {% if env == 'staging' %}
"topic": "org.fedoraproject.stg", "topic": "org.fedoraproject.stg.buildsys",
{% else %} {% else %}
"topic": "org.fedoraproject.prod.buildsys", "topic": "org.fedoraproject.prod.buildsys",
{% endif %} {% endif %}