X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build%2FMakefile;h=23b7f115e3b475e3a54a831a594a256e70bfc28c;hb=ca0196f2e216eb25d9acfce4379f8530834736e8;hp=f1fde6a3c36dc87ec9445916458c2b2a6b04f41e;hpb=1f8cf744499c5a97c88c02e949593c5bb203e2b0;p=apex.git diff --git a/build/Makefile b/build/Makefile index f1fde6a3..23b7f115 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