summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/release-upload3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/release-upload b/scripts/release-upload
index 65a21df4..5fa4ebf7 100755
--- a/scripts/release-upload
+++ b/scripts/release-upload
@@ -203,9 +203,6 @@ class BuildArtifactPublisher(object):
def query_public_trove_for_artifacts(self, basenames):
host = self.settings['public-trove-host']
- # FIXME: This is just for testing.
- host = 'ct-mcr-1.ducie.codethink.co.uk'
-
url = 'http://{host}:8080/1.0/artifacts'.format(host=host)
data = json.dumps(basenames)
f = urllib2.urlopen(url, data=data)