diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-06 13:43:13 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-06 13:54:09 +0200 |
commit | a1cdb3c2bd9a0a9d6a0d26c3709052be6f190e42 (patch) | |
tree | 7a15bd4917afe77b073413d84231c2835b68b54a /build | |
parent | bf2a65a28572c90484d0c5668274485721d0f1c7 (diff) |
Use Opendaylight_SR-1
In order to use the lates ODL build also the
fuel-plugin-opendaylight is uplifted.
Change-Id: Ic38d46818110c2b62920f2146cd406705d8e3673
Diffstat (limited to 'build')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/Makefile b/build/f_isoroot/f_odlpluginbuild/Makefile index 5287ca8aa..e8afd4a9b 100644 --- a/build/f_isoroot/f_odlpluginbuild/Makefile +++ b/build/f_isoroot/f_odlpluginbuild/Makefile @@ -8,13 +8,13 @@ ############################################################################## TOP := $(shell pwd) -ODL_BRANCH=brahmaputra-release +ODL_BRANCH=brahmaputra-sr2 ODL_REPO="https://github.com/openstack/fuel-plugin-opendaylight.git" export USE_JAVA8=true export JAVA8_URL=https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+files/openjdk-8-jre-headless_8u72-b15-1~trusty1_amd64.deb -export ODL_TARBALL_LOCATION=https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.0-Beryllium/distribution-karaf-0.4.0-Beryllium.tar.gz - +export ODL_TARBALL_LOCATION=https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.4.1-Beryllium-SR1/distribution-karaf-0.4.1-Beryllium-SR1.tar.gz +export ODL_VERSION_NUMBER=0.4.1 .PHONY: all all: .odlbuild |