gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 01/02: coverage needs twister and bank


From: gnunet
Subject: [taler-deployment] 01/02: coverage needs twister and bank
Date: Sun, 23 Feb 2020 22:38:32 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

commit f27eb5e69ac25ac0939a135b64c2ecf8ec49c773
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 22:38:13 2020 +0100

    coverage needs twister and bank
---
 bin/taler-deployment | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index d36459c..0c50e74 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -294,6 +294,12 @@ def get_repos(envname):
                 ["gnunet", "libmicrohttpd"],
                 build_exchange,
             ),
+            Repo(
+                "twister",
+                "git://git.taler.net/twister",
+                ["gnunet", "exchange"],
+                build_twister,
+            ),
             Repo(
                 "merchant",
                 "git://git.taler.net/merchant",
@@ -306,6 +312,7 @@ def get_repos(envname):
                 ["exchange", "merchant"],
                 build_sync,
             ),
+            Repo("bank", "git://git.taler.net/bank", [], build_bank),
         ]
 
     # Note: these are currently not in use!

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]