summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-09-26 14:39:23 -0400
committerFeng Pan <fpan@redhat.com>2016-10-04 22:24:47 -0400
commit412b07f4f621dfc4881fbd2105ab82d7dd7a98be (patch)
treee97850f232a63f34ebdd733353bbafb88b99103d /build/Makefile
parent1a04e9e2695244d0d56bb901b9c7c5284b759fbd (diff)
VPP version update
- Update VPP version to latest on 16.09 branch - Change networking-vpp repo to point to openstack. - Update VPP python API rpm location - Configure etcd for networking-vpp ML2 plugin opnfv-tht-pr: 85 JIRA: APEX-283 Change-Id: I4e69de3c51b1f4221995cc8568cdfa18aacbc55c Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile
index 7374215e..52ba8986 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -200,11 +200,11 @@ $(MAVEN_FILE):
networking-vpp-rpm: networking-vpp.noarch.rpm
networking-vpp.noarch.rpm: networking-vpp
- pushd networking-vpp && python setup.py bdist_rpm --binary-only
- mv networking-vpp/dist/*.rpm networking-vpp.noarch.rpm
+ pushd networking-vpp && rpmbuild --clean -bb ../rpm_specs/networking-vpp.spec
+ mv networking-vpp/build/rpm/noarch/*.rpm networking-vpp.noarch.rpm
networking-vpp:
- git clone -b stable_vlan_rewrite https://github.com/fepan/networking-vpp.git
+ git clone https://git.openstack.org/openstack/networking-vpp
###############
# UNDERCLOUD #