summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-25 11:28:31 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-25 11:28:31 +0100
commit0bea5e8021af6ed485186af978c8bb06a58453ca (patch)
tree91651aa3ad6c3b7e36ac785bfe58e7af64882f8f
parentb277973212e7d73508f2f1d3305deb193bd622d6 (diff)
downloadorchestration-0bea5e8021af6ed485186af978c8bb06a58453ca.tar.gz
Change host to ciat.baserock.org
-rw-r--r--source/bottlerock.py2
-rw-r--r--source/master.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index a6e95ca..715a276 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -123,4 +123,4 @@ def deploy_complete():
return sendchange('deploy_complete',properties)
if __name__ == '__main__':
- run(host='0.0.0.0', port=8080, debug=True)
+ run(host='ciat.baserock.org', port=8080, debug=True)
diff --git a/source/master.cfg b/source/master.cfg
index 00ad7f6..9df5c7f 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -120,7 +120,7 @@ c['titleURL'] = "https://wiki.baserock.org"
# with an externally-visible host name which the buildbot cannot figure out
# without some help.
-c['buildbotURL'] = "http://0.0.0.0:8010/"
+c['buildbotURL'] = "http://ciat.baserock.org:8010/"
####### DB URL