aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-27 23:41:48 +0200
committerFlorian Dold <florian@dold.me>2024-06-27 23:42:36 +0200
commit32c85f4615346c3e9b7835139611246942e117f6 (patch)
tree9baaac8cf280c0efd934b1b2cca64aeb7e769e73
parentebf5592f77b94d473c2a54468133a46f2dcc8c53 (diff)
downloadexchange-32c85f4615346c3e9b7835139611246942e117f6.tar.xz
do not update submodules with bootstrap
-rwxr-xr-xbootstrap4
m---------contrib/gana0
m---------contrib/wallet-core0
3 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 509c8a0c7..7918837c1 100755
--- 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
diff --git a/contrib/gana b/contrib/gana
-Subproject 0baf85c343246014057bf51ae990466d0357b93
+Subproject 5886be02a8a27a1ded5e4fd2c14acfa5614f266
diff --git a/contrib/wallet-core b/contrib/wallet-core
-Subproject d61c38e4864dc508536136e94e625cf9dd1660a
+Subproject 777bb89eefecfb485561e31b9b9e809c6604277