gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: make sure gana files are built f


From: gnunet
Subject: [taler-exchange] branch master updated: make sure gana files are built from pinned submodule
Date: Mon, 31 Jul 2023 10:54:42 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 39235306 make sure gana files are built from pinned submodule
39235306 is described below

commit 3923530608d02130841f6daa2c2d07155655ac80
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jul 31 10:52:34 2023 +0200

    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 ++-
 contrib/Makefile.am                          | 2 +-
 contrib/{gana-update.sh => gana-generate.sh} | 0
 contrib/{gana.sh => gana-latest.sh}          | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 20c1c602..98cbc24c 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:
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f8e0a8eb..fb4165fa 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -49,7 +49,7 @@ EXTRA_DIST = \
   taler-bank-manage-testing \
   taler-nexus-prepare \
   taler-terms-generator.in \
-  gana-update.sh \
+  gana-generate.sh \
   gana/gnu-taler-error-codes/registry.rec \
   gana/gnu-taler-error-codes/Makefile \
   $(terms_DATA) \
diff --git a/contrib/gana-update.sh b/contrib/gana-generate.sh
similarity index 100%
rename from contrib/gana-update.sh
rename to contrib/gana-generate.sh
diff --git a/contrib/gana.sh b/contrib/gana-latest.sh
similarity index 82%
rename from contrib/gana.sh
rename to contrib/gana-latest.sh
index 30dc7994..e92761ac 100755
--- a/contrib/gana.sh
+++ b/contrib/gana-latest.sh
@@ -7,4 +7,4 @@ cd contrib/gana
 git pull origin master
 cd ../..
 
-exec ./contrib/gana-update.sh
+exec ./contrib/gana-generate.sh

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]