diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-03-27 09:16:31 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2017-03-27 09:47:05 +0800 |
commit | 8bc2146293461a619b5c5516a09d2915effbc19f (patch) | |
tree | 96319e5eb62c22ad71610b1d15258f5f777ab200 /repo | |
parent | 751fe977da4661d7c99733afc7d0b1d060da198d (diff) |
change the package url
We moved the master package repository from <http://205.177.226.237:9999>
to <http://205.177.226.237:9999/master>. When we build the master ISO,
we need download the package from new URL.
Add md5 checksum after downloading package.
Change-Id: Ia6d8a217569e6e8dc676b1290e583348a7b9c347
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'repo')
-rw-r--r-- | repo/repo.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/repo.conf b/repo/repo.conf index 8fbdd060..327e84d9 100644 --- a/repo/repo.conf +++ b/repo/repo.conf @@ -17,7 +17,7 @@ export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999} # feature packages export KVMFORNFV=${kvmfornfv:-https://gerrit.opnfv.org/gerrit/p/kvmfornfv.git} export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.2-Boron.tar.gz" -export JAVA_PKG="$PACKAGE_URL/jdk-8u51-linux-x64.tar.gz \ +export JAVA_PKG="http://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-linux-x64.tar.gz \ $PACKAGE_URL/install_jdk8.tar" export ONOS_PKG="https://downloads.onosproject.org/release/onos-1.8.4.tar.gz \ $PACKAGE_URL/onosfw/networking-onos.tar \ |