commit 32c85f4615346c3e9b7835139611246942e117f6 parent ebf5592f77b94d473c2a54468133a46f2dcc8c53 Author: Florian Dold <florian@dold.me> Date: Thu, 27 Jun 2024 23:41:48 +0200 do not update submodules with bootstrap Diffstat:
| M | bootstrap | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bootstrap b/bootstrap @@ -9,7 +9,9 @@ if ! git --version >/dev/null; then fi echo "$0: Updating submodules" -echo | git submodule update --init --force --remote +# Caution: We do NOT want to fetch the latest version with --remote, +# but instead always the one that's recorded in the repository. +echo | git submodule update --init --force # Generate based on pinned submodule ./contrib/gana-generate.sh