From 819b3f3c67c03508ed94526542d2306300e7ff40 Mon Sep 17 00:00:00 2001 From: baigk Date: Fri, 11 Dec 2015 11:37:35 +0800 Subject: change compass-core repo to upstream JIRA: COMPASS-197 Signed-off-by: baigk --- build/build.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/build.conf b/build/build.conf index de50c40f..4865eb6a 100644 --- a/build/build.conf +++ b/build/build.conf @@ -3,7 +3,7 @@ export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.235:9999} #begin: package download export CENTOS_BASE=${CENTOS_BASE:-$PACKAGE_URL/centos_base.iso} -export COMPASS_CORE=${COMPASS_CORE:-http://github.com/baigk/compass-core.git} +export COMPASS_CORE=${COMPASS_CORE:-https://github.com/openstack/compass-core.git} export COMPASS_WEB=${COMPASS_WEB:-http://github.com/baigk/compass-web.git} export COMPASS_INSTALL=${COMPASS_INSTALL:-http://github.com/baigk/compass-install.git} export UBUNTU_ISO=${UBUNTU_ISO:-$PACKAGE_URL/ubuntu-14.04.3-server-amd64.iso} -- cgit 1.2.3-korg