git submodules

Possibility to work with git submodules
This commit is contained in:
Johannes Rudolph 2016-03-06 03:09:09 +01:00 committed by Matthias Schiffer
parent eba555d315
commit 1c5f92e3b9
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do
git checkout $commit 2>/dev/null || git fetch $repo $branch
git checkout -B base $commit
git submodule update --init --recursive
done