Connect staging hotness to production anitya
Ideally we should have a staging anitya for the staging hotness to connect to, but we don't at the moment, so this connects it to the production anitya fedmsg bus. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
cb4591fe70
commit
e86098f17a
1 changed files with 8 additions and 8 deletions
|
@ -16,14 +16,14 @@ Based on the information from anitya: https://release-monitoring.org/project/%(
|
|||
"""
|
||||
|
||||
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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue