gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: add helper script for updating GANA submodule


From: gnunet
Subject: [taler-exchange] 02/02: add helper script for updating GANA submodule
Date: Tue, 21 Jul 2020 18:25:09 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit d9e871b5238f43392053e687e28381e2caaed163
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jul 21 18:25:04 2020 +0200

    add helper script for updating GANA submodule
---
 contrib/gana.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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]