gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (a48592d0 -> d9e871b5)


From: gnunet
Subject: [taler-exchange] branch master updated (a48592d0 -> d9e871b5)
Date: Tue, 21 Jul 2020 18:25:07 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from a48592d0 -doxygen
     new d08ba939 synchronize with latest GANA
     new d9e871b5 add helper script for updating GANA submodule

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/gana    |  2 +-
 contrib/gana.sh | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100755 contrib/gana.sh

diff --git a/contrib/gana b/contrib/gana
index 807b821e..05d427aa 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 807b821e8d9b50842a75e9a38025acbc99adc3d1
+Subproject commit 05d427aafa7f9e637db969e4933905be2a8d9b9c
diff --git a/contrib/gana.sh b/contrib/gana.sh
new file mode 100755
index 00000000..d430dec3
--- /dev/null
+++ b/contrib/gana.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+# Helper script to update to latest GANA
+# Run from exchange/ main directory; make sure you have
+# no uncommitted changes at the time of running the script.
+set -eu
+cd contrib/gana
+git pull origin master
+cd ../..
+git commit -a -S -m "synchronize with latest GANA"
+./bootstrap
+cd src/include
+make install
+cd ../..

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