From 2189b4fcbfe06c5702756faef443133f2772bc81 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 20 Feb 2015 15:03:14 +0000 Subject: [PATCH] (hotness) disable staging loopback from anitya. --- roles/hotness/templates/hotness.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index cf6a46c714..9248c1b064 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -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,