diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-08-19 09:47:27 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-08-19 09:54:49 +0200 |
commit | 63474c7efcaed99ea9d83f5e4220d66db0d82c35 (patch) | |
tree | 2cb0072d0877a2f26a8f05a62334e92d56297214 /build/f_isoroot/f_odlpluginbuild/config.mk | |
parent | db1f756252f60e038fabb2290848651996569bd8 (diff) |
Changing ODL change into FUEL_PLUGIN_ODL
Some users where confused if the change we are doing
here is a change to ODL or the fuel-plugin-opendaylight.
So renaming helps for more understanding.
Change-Id: I886d7be3db995f37f9451c06ee22c16d540254e1
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'build/f_isoroot/f_odlpluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_odlpluginbuild/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/f_isoroot/f_odlpluginbuild/config.mk b/build/f_isoroot/f_odlpluginbuild/config.mk index 448356b31..d600e54ef 100644 --- a/build/f_isoroot/f_odlpluginbuild/config.mk +++ b/build/f_isoroot/f_odlpluginbuild/config.mk @@ -7,9 +7,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -ODL_BRANCH ?= master -ODL_CHANGE ?= 8cc22c4717d2da338135d854e1d13aac3ef75314 -ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git +FUEL_PLUGIN_ODL_BRANCH ?= master +FUEL_PLUGIN_ODL_CHANGE ?= 8cc22c4717d2da338135d854e1d13aac3ef75314 +FUEL_PLUGIN_ODL_REPO ?= https://github.com/openstack/fuel-plugin-opendaylight.git export ODL_TARBALL_LOCATION?=https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/integration/distribution-karaf/0.4.3-Beryllium-SR3/distribution-karaf-0.4.3-Beryllium-SR3.tar.gz export ODL_VERSION_NUMBER?=0.4.3 |