diff options
author | Feng Pan <fpan@redhat.com> | 2017-09-30 01:15:31 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-09-30 21:39:28 -0400 |
commit | 7661991a8f8fbd9282dcbbfcdeac7867e5925b96 (patch) | |
tree | 9e89d9190fa7155f31f6eb70e8c3424b37d6a69b /build/Makefile | |
parent | 8a8cb8e901db314fa59ed5275040b9e49b36663c (diff) |
nosdn-fdio scenarios fixes
- pin vpp/networking-vpp versions
- Add external_network_bridge config back to puppet-neutron
Change-Id: Ia58fb55638390757ea3350b2921897c4d315f9b5
Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 44e92a8a..4e20d3fa 100644 --- a/build/Makefile +++ b/build/Makefile @@ -132,7 +132,7 @@ rpmlint: $(BUILD_DIR)/python-networking-vpp.tar.gz: @echo "Preparing the networking-vpp RPM prerequisites" - git clone $(NETVPP_REPO) $(BUILD_DIR)/python-networking-vpp-$(NETVPP_VERS) + git clone $(NETVPP_REPO) -b $(NETVPP_BRANCH) $(BUILD_DIR)/python-networking-vpp-$(NETVPP_VERS) tar czf $(BUILD_DIR)/python-networking-vpp.tar.gz -C $(BUILD_DIR) python-networking-vpp-$(NETVPP_VERS) .PHONY: networking-vpp-rpm |