diff options
author | baigk <baiguoku@huawei.com> | 2016-02-15 19:51:31 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2016-02-15 04:31:43 +0000 |
commit | cb1ef07c291e091efed53b7cff51b9ddefbb4cd3 (patch) | |
tree | 664cb367216bc4d49361ade1c07350c328a3975f | |
parent | d869c6e033bb795a2d140be90fb543cab4b22d99 (diff) |
change the version of compass-web from v2 to v2.5
JIRA: COMPASS-312
Change-Id: I3d5b5599ec0a9c09c54cc2a95284ed3364242499
Signed-off-by: baigk <baiguoku@huawei.com>
-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 d5333313..bc817644 100644 --- a/build/build.conf +++ b/build/build.conf @@ -8,7 +8,7 @@ export CENTOS_BASE=${CENTOS_BASE:-$PACKAGE_URL/CentOS-7-x86_64-Minimal-1511.iso} # Compass git repository 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_WEB=${COMPASS_WEB:-https://github.com/openstack/compass-web.git} export COMPASS_INSTALL=${COMPASS_INSTALL:-http://github.com/baigk/compass-install.git} # Compass core packages |