diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-11 14:46:05 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-11 17:01:25 +0200 |
commit | f3c8e6128170c6027753bcc9f70863852e132451 (patch) | |
tree | 0a26a5236529b054bb65d0bede7604d923fc5f8e /build/f_isoroot/f_odlpluginbuild/config.mk | |
parent | 2bf79e8ab955b189c3d806b678b8f11c4966331d (diff) |
Redo config of plugin build
- Split up config into a new config file
- add revision to better point to a branch
instrad of a revision.
Change-Id: I341138973b56fb0807478ee08cab039ab31d6503
Diffstat (limited to 'build/f_isoroot/f_odlpluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk new file mode 100644 index 000000000..a94d7e215 --- /dev/null +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -0,0 +1,17 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# jonas.bjurel@eicsson.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +ODL_BRANCH=brahmaputra-sr2 +ODL_CHANGE=b876df2345bf8c785dceea74f4c271fdfcc9563c +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.1-Beryllium-SR1/distribution-karaf-0.4.1-Beryllium-SR1.tar.gz +export ODL_VERSION_NUMBER=0.4.1 |