From b76321aea756a6fd64f0bdb549bf1796ad3f2eb9 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 15 Oct 2015 15:29:35 +0100 Subject: Change source trove --- source/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/configure.py') diff --git a/source/configure.py b/source/configure.py index 30c6d2a..6209e6d 100644 --- a/source/configure.py +++ b/source/configure.py @@ -4,7 +4,7 @@ def fetch_config(): # if dir exists remove it if os.path.isdir('ciatconfig'): subprocess.call(['rm', '-rf', 'ciatconfig']) - CONFIG_URL = "ssh://git@cu010-trove.codethink.com/cu010-trove/br6/ciatconfig" + CONFIG_URL = "ssh://git@git.baserock.org/baserock/ciat/ciatconfig" cmd = ['git','clone',CONFIG_URL] return subprocess.call(cmd) -- cgit v1.2.1