From 0224272a882238066ac88113a53c3b2ce0a2b9b6 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 16 Dec 2015 13:23:57 +0100 Subject: Bugfix fuel-plugin-bgpvpn use wrong branch This commit fixes the failing master build: https://build.opnfv.org/ci/view/fuel/job/fuel-build-master/80/ Signed-off-by: jose.lausuch On behalf of Nikolas Hermanns Change-Id: Idd7c6cf00f9bc0792d70953d57f4c32f223d547d --- build/f_isoroot/f_bgpvpn-pluginbuild/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/f_isoroot/f_bgpvpn-pluginbuild') diff --git a/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk b/build/f_isoroot/f_bgpvpn-pluginbuild/config.mk index 19f76d690..18acc8fd9 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=32e4b36fa2d37dabb53cc3ee71960e2162f64a43 +BGPVPN_BRANCH=master BGPVPN_REPO="https://github.com/openstack/fuel-plugin-bgpvpn.git" -BGPVPN_CHANGE= +BGPVPN_CHANGE=7137636587724561bf437e84295e0fb6f6f9aef1 -- cgit 1.2.3-korg