gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not upgrade gana to master on


From: gnunet
Subject: [taler-exchange] branch master updated: do not upgrade gana to master on bootstrap
Date: Fri, 09 Apr 2021 16:34:39 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5fc1764d do not upgrade gana to master on bootstrap
5fc1764d is described below

commit 5fc1764db37d0fc68d0883bb272a06774274bfc3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 9 16:33:35 2021 +0200

    do not upgrade gana to master on bootstrap
---
 bootstrap       | 6 ++++++
 contrib/gana.sh | 4 ----
 src/json/json.c | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/bootstrap b/bootstrap
index 1b30b7a8..4a11e864 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,6 +7,12 @@ if ! git --version >/dev/null; then
   exit 1
 fi
 
+
+git submodule update --init
+
+./contrib/gana-update.sh
+
+
 ./contrib/gana.sh
 
 # This is more portable than `which' but comes with
diff --git a/contrib/gana.sh b/contrib/gana.sh
index 1055d778..0475d7ff 100755
--- a/contrib/gana.sh
+++ b/contrib/gana.sh
@@ -3,10 +3,6 @@
 # Run from exchange/ main directory.
 set -eu
 
-git submodule update --init
-
 cd contrib/gana
 git pull origin master
 cd ../..
-
-./contrib/gana-update.sh
diff --git a/src/json/json.c b/src/json/json.c
index d0d44058..e9fbb91f 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2014, 2015, 2016, 2020 Taler Systems SA
+  Copyright (C) 2014, 2015, 2016, 2020, 2021 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software

-- 
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]