(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 = { config = {
{% if env == 'staging' %} #{% if env == 'staging' %}
# Establish a loop from prod anitya back into the staging hotness. ## Establish a loop from prod anitya back into the staging hotness.
'endpoints': { #'endpoints': {
'anitya-public-relay': [ # 'anitya-public-relay': [
'tcp://release-monitoring.org:9940', # 'tcp://release-monitoring.org:9940',
], # ],
}, #},
{% endif %} #{% endif %}
'hotness.bugzilla.enabled': True, 'hotness.bugzilla.enabled': True,