aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-09-06 16:16:55 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-06 16:16:55 +0000
commit3a81a571f16c536777ef0593b47873031ee3d105 (patch)
treeefaded9632fb711c33d4ecf652281b6bf507959d /Makefile
parent71025a8f34cf316704625829b5368d7e9211f09f (diff)
parenta87b2d0c07719cf962d57987b1ca129666d12196 (diff)
Merge "Revert "submodule: Kill fuel-astute"" into stable/colorado
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 && \