Adjust the endpoint config for fedmsg on simple-koji-ci stg vs prod

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2017-12-01 11:47:47 +01:00
parent 25c384d744
commit 148696bd80

View file

@ -25,15 +25,12 @@ config = dict(
# These are here so your local box can listen to the upstream
# infrastructure's bus. Cool, right? :)
"fedora-infrastructure": [
#"tcp://hub.fedoraproject.org:9940",
{% if env == 'staging' %}
"tcp://stg.fedoraproject.org:9940",
{% else %}
"tcp://hub.fedoraproject.org:9940",
{% endif %}
],
# "debian-infrastructure": [
# "tcp://fedmsg.olasd.eu:9940",
# ],
# "anitya-public-relay": [
# "tcp://release-monitoring.org:9940",
# ],
},
)