diff options
author | baigk <baiguoku@huawei.com> | 2015-12-11 11:37:35 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2015-12-12 01:23:06 +0000 |
commit | 819b3f3c67c03508ed94526542d2306300e7ff40 (patch) | |
tree | a6caa9bfd841150e4aab859a89abdd6cd121205d /build | |
parent | ac0c791390e82449245f76bd1696a6465d0c6d2a (diff) |
change compass-core repo to upstream
JIRA: COMPASS-197
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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} |