summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-09-06 16:16:34 +0000
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-09-06 16:16:34 +0000
commitdd3449d9fbdd9aabbee09ea1a812f59c25b41a50 (patch)
tree892387db953ef790e035fda3ff3ae6363edefecc /Makefile
parent376c76d05862ed38edeb217cd9480807571491a7 (diff)
Revert "submodule: Kill fuel-astute"
This reverts commit 376c76d05862ed38edeb217cd9480807571491a7. Change-Id: Ice749599287221af71128ec466894fdb8106d2ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f458f0d1..d5444cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ patches-export: submodules-init
patches-import: submodules-init
@cd ${FUEL_BASE} && git checkout -q master
@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 && \