X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=d3bc979a1f3b53d78263c67c27d630bb9dbd70ac;hb=ad403ccb8ac4c1176db84b0599dc9421d30b192a;hp=ccd3b5f0cfcc44f0bc3e3ec7fb600df004bd8fe1;hpb=818ea55096b67381a2e4e27285554c9d6239c4ef;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 && \