From 32c85f4615346c3e9b7835139611246942e117f6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 27 Jun 2024 23:41:48 +0200 Subject: do not update submodules with bootstrap --- bootstrap | 4 +++- contrib/gana | 2 +- contrib/wallet-core | 2 +- 3 files changed, 5 insertions(+), 3 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 index 0baf85c34..5886be02a 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 0baf85c343246014057bf51ae990466d0357b933 +Subproject commit 5886be02a8a27a1ded5e4fd2c14acfa5614f2664 diff --git a/contrib/wallet-core b/contrib/wallet-core index d61c38e48..777bb89ee 160000 --- a/contrib/wallet-core +++ b/contrib/wallet-core @@ -1 +1 @@ -Subproject commit d61c38e4864dc508536136e94e625cf9dd1660a8 +Subproject commit 777bb89eefecfb485561e31b9b9e809c6604277f -- cgit v1.2.3