diff options
author | wutianwei <wutianwei1@huawei.com> | 2017-03-27 09:16:31 +0800 |
---|---|---|
committer | Justin chi <chigang@huawei.com> | 2017-05-04 06:33:19 +0000 |
commit | a79f5aa4710edd8dfa73364223b7d6f266d04587 (patch) | |
tree | f8e057d41aa918dc91fc02b69e2f1077072423b4 /repo/repo.conf | |
parent | 29adca46b4b87f9abb81b2358fa4c4c90bef3254 (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>
(cherry picked from commit 8bc2146293461a619b5c5516a09d2915effbc19f)
Diffstat (limited to 'repo/repo.conf')
-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 \ |