summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2017-04-18 11:25:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-18 11:25:10 +0000
commit494ac5825c5b435d512cc13332e302efd30e2a6c (patch)
tree79fc0478219705873e5927f506186e84ebaddab7 /build.sh
parent12e9cbc43f59962cabc8f6fdfb0aec67dec02bd0 (diff)
parent5cee19684b16e80b131cc3b5441781a3c6a7f971 (diff)
Merge "Change the default packages url from compass http server to opnfv artifacts"
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index ab81b8bc..800d627a 100755
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@ WORK_PATH=$COMPASS_PATH
PACKAGES="fuse fuseiso createrepo genisoimage curl"
# PACKAGE_URL will be reset in Jenkins for different branch
-export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999/master}
+export PACKAGE_URL=${PACKAGE_URL:-http://artifacts.opnfv.org/compass4nfv/package/master}
mkdir -p $WORK_DIR