Update submodules in parallel to speed up bootstrap

This runs 8 `git submodule update` processes in parallel, speeding up
bootstrap from 2 minutes to 30 seconds for me. (Obviously this is
dependent on bandwidth.)
This commit is contained in:
Adam Roben
2014-12-19 15:24:19 -05:00
parent ff678642e6
commit 6a2bf3fd2f
2 changed files with 68 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ bundle config --local path vendor/gems
bundle check > /dev/null 2>&1 || bundle install
git submodule sync --quiet
git submodule update --init
script/fast-submodule-update