Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Progress info on submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 5, 2011
1 parent 840d316 commit ebc3fc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repotool
Expand Up @@ -100,6 +100,7 @@ case "$CMD" in
if ! test -d $n; then
emphasize "CLONE $n"
git clone --quiet $BASE_URL$n$SUFFIX
emphasize "SUBMODULES $n"
(cd $n && git submodule init && git submodule update )
else
( cd $n
Expand All @@ -120,6 +121,7 @@ case "$CMD" in
emphasize "PULL IN $n FAILED"
exit 1
fi
emphasize "SUBMODULES $n"
if ! git submodule init; then
emphasize "SUBMODULE INIT IN $n FAILED"
exit 1
Expand Down

0 comments on commit ebc3fc4

Please sign in to comment.