challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 9d925c242516409bf2d9c86b9233e5f740f243a5
parent 181b5254ae09adc999c13f9a31a6269813d6036d
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Aug 2024 20:34:22 +0200

bootstrap: do not fetch remote submodules

Diffstat:
Mbootstrap | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -5,8 +5,11 @@ if ! git --version >/dev/null; then exit 1 fi +# Beware: We only want to update submodules to the commit hash +# stored in git, otherwise builds based on tags will not be +# reproducible. echo "$0: Updating submodules" -echo | git submodule update --init --force --remote +echo | git submodule update --init --force ./contrib/check-prebuilt