diff options
author | shuai chen <chenshuai@huawei.com> | 2015-12-02 01:20:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-02 01:20:22 +0000 |
commit | 59f12c1119da51446dcddc84c903e385645632e5 (patch) | |
tree | e4e58abbaf13feae8bdd6c781b527022b33442b4 /build/build.conf | |
parent | 59450840d28991bef93ffe893fd5cde4173c1ad2 (diff) | |
parent | e93d595baf9b3fbbc0ec213ad725ce438772d8a4 (diff) |
Merge "support libverty on ubuntu"
Diffstat (limited to 'build/build.conf')
-rw-r--r-- | build/build.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.conf b/build/build.conf index 2f2025c3..c72451ee 100644 --- a/build/build.conf +++ b/build/build.conf @@ -8,6 +8,7 @@ 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} export TRUSTY_JUNO_PPA=${TRUSTY_JUNO_PPA:-$PACKAGE_URL/trusty-juno-ppa.tar.gz} +export TRUSTY_LIBERTY_PPA=${TRUSTY_LIBERTY_PPA:-$PACKAGE_URL/trusty-liberty-ppa.tar.gz} export CENTOS_ISO=${CENTOS_ISO:-$PACKAGE_URL/CentOS-7-x86_64-Minimal-1503-01.iso} export CENTOS7_JUNO_PPA=${CENTOS7_JUNO_PPA:-$PACKAGE_URL/centos7-juno-ppa.tar.gz} #export CENTOS7_KILO_PPA=${CENTOS7_KILO_PPA:-$PACKAGE_URL/centos7-kilo-ppa.tar.gz} |