summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-28 00:32:04 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-28 00:32:04 +0200
commitb9a14817cc8df74b69c9306680613d61f7789711 (patch)
treedd464985a7d50cde49b34ec9aac6010322487623
parent7af84cdf1fe1fc1311ab69b0903e656656923e04 (diff)
downloaddeployment-b9a14817cc8df74b69c9306680613d61f7789711.tar.gz
deployment-b9a14817cc8df74b69c9306680613d61f7789711.tar.bz2
deployment-b9a14817cc8df74b69c9306680613d61f7789711.zip
also update submodules
-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