aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-09-06 16:17:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-06 16:17:06 +0000
commit463bbc0d41c8359712dc7fa3ad49821793042e21 (patch)
treec67dff38777333c3552d173a0e69256580e89a2b /Makefile
parent213dd734846413af8611591ccb47fe4da8e5f1a1 (diff)
parentdd3449d9fbdd9aabbee09ea1a812f59c25b41a50 (diff)
Merge "Revert "submodule: Kill fuel-astute""
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 && \