summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-09-05 12:38:38 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-05 12:38:38 +0000
commit818ea55096b67381a2e4e27285554c9d6239c4ef (patch)
tree421acfc272a2acbfca147d507f60c0d4821b6091 /Makefile
parent1da9fde0e50f7c99b180cae979f04e4332cef998 (diff)
parent376c76d05862ed38edeb217cd9480807571491a7 (diff)
Merge "submodule: Kill fuel-astute"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3bc979a..ccd3b5f0 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,6 @@ 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 && \