X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=d3bc979a1f3b53d78263c67c27d630bb9dbd70ac;hb=b886347f4a773f4d9b742920cc3a76751254f8fe;hp=ccd3b5f0cfcc44f0bc3e3ec7fb600df004bd8fe1;hpb=1e317a6d40039c4864ae40b0351656ec64731498;p=armband.git diff --git a/Makefile b/Makefile index ccd3b5f0..d3bc979a 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ patches-export: submodules-init .PHONY: patches-import patches-import: submodules-init @cd ${SUBMOD_DIR}/fuel-agent && git checkout -q ${FUEL_AGENT_COMMIT} + @cd ${SUBMOD_DIR}/fuel-astute && git checkout -q ${ASTUTE_COMMIT} @cd ${SUBMOD_DIR}/fuel-library && git checkout -q ${FUELLIB_COMMIT} @cd ${SUBMOD_DIR}/fuel-mirror && git checkout -q ${FUEL_MIRROR_COMMIT} @cd ${SUBMOD_DIR}/fuel-nailgun-agent && \