[BGPVPN] fpm: Build multiarch DEBs (arch <all>) 73/16373/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 5 Jul 2016 12:45:53 +0000 (14:45 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 5 Jul 2016 12:49:05 +0000 (14:49 +0200)
Update upstream reference to include support for building DEB
packages for architecture <all> instead of the native one, since
apart from one small hardcoded check on Fedora for java version,
most code is arch-independant (python).

TODO:
 Extend check for `uname -m` result for aarch64 and other platforms
 in <networking_odl/devstack/setup_java.sh>.

While at it, make git info variable overrideable, just in case
we want to patch this out of upstream tree locally.

Change-Id: Ia139c8d957f65bb120dca1727fd4a422e2510ea0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
build/f_isoroot/f_bgpvpn-pluginbuild/config.mk

index e0e7b57..bc5d752 100644 (file)
@@ -7,6 +7,6 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
-BGPVPN_BRANCH=master
-BGPVPN_REPO="https://github.com/openstack/fuel-plugin-bgpvpn.git"
-BGPVPN_CHANGE=31cffef955f855c817eb3c960532e2ed1442c32c
+BGPVPN_BRANCH?=master
+BGPVPN_REPO?="https://github.com/openstack/fuel-plugin-bgpvpn.git"
+BGPVPN_CHANGE?=a94ba33b7b15c568e2d6dc91b36d034271976caf