summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/update-sources.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/update-sources.sh b/buildbot/update-sources.sh
index 1344a2e..8c95340 100755
--- a/buildbot/update-sources.sh
+++ b/buildbot/update-sources.sh
@@ -22,9 +22,11 @@ do
git -C $P clean -fdx
git -C $P fetch
git -C $P reset --hard origin/master
+ git submodule update --init
else
cd $HOME/sources
git clone ${BASE_URL}$n
+ git submodule update --init
cd -
fi
done