diff options
author | clime <clime@redhat.com> | 2017-04-20 13:45:01 +0200 |
---|---|---|
committer | clime <clime@redhat.com> | 2017-04-20 13:45:01 +0200 |
commit | c5fd9257de3b9d98d34b5706d022086fd0efe9d2 (patch) | |
tree | a6f46dbd6c01a8942cd4ed097bc00107ce60d6ef | |
parent | cedbe1875f862c3ed4afd9199881583570d8a6c2 (diff) | |
download | ansible-c5fd9257de3b9d98d34b5706d022086fd0efe9d2.tar.gz ansible-c5fd9257de3b9d98d34b5706d022086fd0efe9d2.tar.xz ansible-c5fd9257de3b9d98d34b5706d022086fd0efe9d2.zip |
copr-mbs: .copr suffix for fedmsg filter is not required
-rw-r--r-- | roles/copr/mbs/templates/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index eb739fa88..d30b73133 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -27,9 +27,9 @@ class ProdConfiguration(base.ProdConfiguration): "git://pkgs.fedoraproject.org/modules/"] {% if env == 'staging' %} - MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev.copr', 'org.fedoraproject.stg.copr'] + MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg'] {% else %} - MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod.copr'] + MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod'] {% endif %} # Allow custom component repositories |