From 50ebdb5d193ad7085ac1ba906622ae4cd0dd8f3c Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 5 Jul 2016 14:45:53 +0200 Subject: [BGPVPN] fpm: Build multiarch DEBs (arch ) Update upstream reference to include support for building DEB packages for architecture 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 . 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 --- build/f_isoroot/f_bgpvpn-pluginbuild/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk b/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk index e0e7b57df..bc5d7527c 100644 --- a/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk +++ b/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk @@ -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 -- cgit 1.2.3-korg