summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-10-06 18:48:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-06 18:48:35 +0000
commit2dabfaeb745dc538adcc7d60961f32ffdcc46369 (patch)
tree05453b75d24ef75686d77137928daa26bfd9a61f /build/Makefile
parent9151211535509a4210dc6873fc9bcef00300292b (diff)
parent136bfee6d8a4dddd18d621047086031a1bb584d2 (diff)
Merge "VPP version update" into stable/colorado
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 90eeea54..796b7bc1 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 #