gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated: add gana


From: gnunet
Subject: [taler-taler-util] branch master updated: add gana
Date: Wed, 28 Oct 2020 23:22:15 +0100

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

grothoff pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 7c82f1e  add gana
7c82f1e is described below

commit 7c82f1ea70529021c98f703ad3f6fed671d6462c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 28 23:22:12 2020 +0100

    add gana
---
 .gitmodules | 3 +++
 Makefile    | 5 ++++-
 gana        | 1 +
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 46f6b8a..b963c9d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
 [submodule "build-system/taler-build-scripts"]
        path = build-system/taler-build-scripts
        url = https://git.taler.net/build-common.git
+[submodule "gana"]
+       path = gana
+       url = git://git.gnunet.org/gana.git
diff --git a/Makefile b/Makefile
index 8101927..a87f1c2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,10 @@ all: dist
 dist:
        $(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
 
-install: all
+gana:
+       cd gana/gnu-taler-error-codes/; make; cp taler_error_codes.py 
../../taler/util/; cd ../..
+
+install: all gana
        (cd dist; $(env) SOURCE_DATE_EPOCH=315532800 $(python) -m pip install 
taler-util)
 
 uninstall:
diff --git a/gana b/gana
new file mode 160000
index 0000000..068cfc6
--- /dev/null
+++ b/gana
@@ -0,0 +1 @@
+Subproject commit 068cfc6a252f44799a7e9bd7914e90f72ad60091

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