(hotness) disable staging loopback from anitya.
This commit is contained in:
parent
153aa57dfc
commit
2189b4fcbf
1 changed files with 8 additions and 8 deletions
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue