summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorYifei Xue <xueyifei@huawei.com>2017-04-11 21:06:20 +0800
committerYifei Xue <xueyifei@huawei.com>2017-05-10 01:43:19 +0000
commitf0f025b1137da4ab12b0db76620c332fac3335bc (patch)
treee824e6b0431420ed908569ab74cedfe0efe1344b /build
parentc1c6026466942ef01174e639eccc7a5b51797107 (diff)
Change the default packages url from compass http server to opnfv artifacts
JIRA: COMPASS-544 Currently compass4nfv uses compass http server to store those packages used in building ISO. This is not propriate in OPNFV community. So we push all the packages into opnfv artifacts repo and change the package url used in compass to opnfv artifacts repo url. Change-Id: I9661f2d893767e18c037ba9de5f54933f48ce466 Signed-off-by: Yifei Xue <xueyifei@huawei.com> (cherry picked from commit 5cee19684b16e80b131cc3b5441781a3c6a7f971)
Diffstat (limited to 'build')
-rw-r--r--build/build.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/build.conf b/build/build.conf
index cb56e32a..101f01ba 100644
--- a/build/build.conf
+++ b/build/build.conf
@@ -1,8 +1,5 @@
TIMEOUT=10
-# PACKAGE_URL will be reset in Jenkins for different branch
-#export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999}
-
# Jumphost OS version
export CENTOS_BASE=${CENTOS_BASE:-$PACKAGE_URL/CentOS-7-x86_64-Minimal-1511.iso}