summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-02 13:08:22 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 13:08:22 +0000
commit7d77be7913b633291e6d864b0a3a2db7e9c18a0b (patch)
treecfcf2ceda00949c538dbba4dd0342685894f51c2 /build/Makefile
parente6a9d7cebc9f6083a72863102138ab76a75ae3c9 (diff)
parent7661991a8f8fbd9282dcbbfcdeac7867e5925b96 (diff)
Merge "nosdn-fdio scenarios fixes"
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
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