(hotness) disable staging loopback from anitya.

This commit is contained in:
Ralph Bean 2015-02-20 15:03:14 +00:00
parent 153aa57dfc
commit 2189b4fcbf

View file

@ -12,14 +12,14 @@ More information about the service that created this bug can be found at: %(expl
"""
config = {
{% if env == 'staging' %}
# Establish a loop from prod anitya back into the staging hotness.
'endpoints': {
'anitya-public-relay': [
'tcp://release-monitoring.org:9940',
],
},
{% endif %}
#{% if env == 'staging' %}
## Establish a loop from prod anitya back into the staging hotness.
#'endpoints': {
# 'anitya-public-relay': [
# 'tcp://release-monitoring.org:9940',
# ],
#},
#{% endif %}
'hotness.bugzilla.enabled': True,