diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-07-05 14:45:53 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-07-05 14:49:05 +0200 |
commit | 50ebdb5d193ad7085ac1ba906622ae4cd0dd8f3c (patch) | |
tree | d1a1f648d0bbe97f54a334610a0f860cb46334fe /build/f_isoroot | |
parent | d1466b0f8792bde0a1e39d2071a03d0317e0f7ee (diff) |
[BGPVPN] fpm: Build multiarch DEBs (arch <all>)
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>
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_bgpvpn-pluginbuild/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |