diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2015-12-16 13:23:57 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2015-12-16 13:23:57 +0100 |
commit | 0224272a882238066ac88113a53c3b2ce0a2b9b6 (patch) | |
tree | 20bceb97b8213e2c797e40f0df2280a7bba7e33c /build/f_isoroot | |
parent | fcccd8c861fac29a05155cc9e634a8d2af157a69 (diff) |
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 <jose.lausuch@ericsson.com>
On behalf of Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Change-Id: Idd7c6cf00f9bc0792d70953d57f4c32f223d547d
Diffstat (limited to 'build/f_isoroot')
-rw-r--r-- | build/f_isoroot/f_bgpvpn-pluginbuild/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |