From 3923530608d02130841f6daa2c2d07155655ac80 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 31 Jul 2023 10:52:34 +0200 Subject: make sure gana files are built from pinned submodule Previously the bootstrap script would always pull and build from the latest gana.git master, which led to unreproducible builds, and broke building older tags of the exchange from git when gana did a breaking change. --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 20c1c6025..98cbc24ca 100755 --- a/bootstrap +++ b/bootstrap @@ -18,7 +18,8 @@ fi echo "$0: Updating submodules" echo | git submodule update --init -./contrib/gana.sh +# Generate based on pinned submodule +./contrib/gana-generate.sh # This is more portable than `which' but comes with # the caveat of not(?) properly working on busybox's ash: -- cgit v1.2.3