From b9a14817cc8df74b69c9306680613d61f7789711 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Apr 2021 00:32:04 +0200 Subject: also update submodules --- buildbot/update-sources.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3