merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 7cf8f4bf01dfea2f58424bca2e69b43f0346e1a6
parent 96231ed0362edd8e959cb03d585296994d609ff5
Author: Florian Dold <florian@dold.me>
Date:   Thu, 27 Jun 2024 23:38:16 +0200

bootstrap: fix unreproducible submodule version

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

diff --git a/bootstrap b/bootstrap @@ -13,7 +13,9 @@ if ! python3 --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 ./contrib/check-prebuilt