Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bb4d411
)
Locate toplevel for git submodule [2]
73/40973/1
author
Michael Polenchuk
<mpolenchuk@mirantis.com>
Mon, 4 Sep 2017 05:59:03 +0000
(09:59 +0400)
committer
Michael Polenchuk
<mpolenchuk@mirantis.com>
Mon, 4 Sep 2017 05:59:03 +0000
(09:59 +0400)
Change-Id: I0c719ec4cfd3d0a526fd6913358cc80c5a599985
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/patches/Makefile
patch
|
blob
|
history
diff --git
a/mcp/patches/Makefile
b/mcp/patches/Makefile
index
ae89498
..
061c647
100644
(file)
--- a/
mcp/patches/Makefile
+++ b/
mcp/patches/Makefile
@@
-50,7
+50,7
@@
sub: .cachefuelinfo
@if [ -n "${FUEL_TRACK_REMOTES}" ]; then \
cd ${F_GIT_ROOT} && git submodule update --init --remote 2>/dev/null; \
else \
- git submodule update --init 2>/dev/null; \
+
cd ${F_GIT_ROOT} &&
git submodule update --init 2>/dev/null; \
fi
@touch $@