gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: build wallet along other compo


From: gnunet
Subject: [taler-deployment] branch master updated: build wallet along other components
Date: Thu, 17 Sep 2020 14:04:18 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 42c4e03  build wallet along other components
42c4e03 is described below

commit 42c4e0302f441116dcadef9a99ef23db54850680
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 17 14:04:14 2020 +0200

    build wallet along other components
---
 bin/taler-deployment | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index c652873..9641bcb 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -169,6 +169,13 @@ def build_exchange(r: Repo, p: Path):
     (p / "taler-buildstamp").touch()
 
 
+def build_wallet(r, p):
+    update_checkout(r, p)
+    subprocess.run(["./bootstrap"], check=True)
+    default_configure()
+    subprocess.run(["make", "install"], check=True)
+    (p / "taler-buildstamp").touch()
+
 def build_twister(r, p):
     update_checkout(r, p)
     subprocess.run(["./bootstrap"], check=True)
@@ -329,6 +336,12 @@ def get_repos(envname):
         ]
     if envname in ("local", "demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
         return [
+            Repo(
+                "wallet",
+                "git://git.taler.net/wallet-core",
+                [],
+                build_wallet,
+            ),
             Repo(
                 "libmicrohttpd",
                 "git://gnunet.org/libmicrohttpd.git",

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