gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: euro repo list


From: gnunet
Subject: [taler-deployment] branch master updated: euro repo list
Date: Fri, 22 Nov 2019 22:01:59 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a402ec9  euro repo list
a402ec9 is described below

commit a402ec9b16a2bce61d977e06590dd7cf7d7659bc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 22 22:01:54 2019 +0100

    euro repo list
---
 bin/taler-deployment | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 4f9bae8..0be2637 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -258,6 +258,32 @@ def get_repos(envname):
         return []
     if envname == "docs-builder":
         return [Repo("docs", "git://gnunet.org/docs.git", [], build_docs)]
+    if envname == "euro":
+        return [
+            Repo(
+                "libmicrohttpd",
+                "git://gnunet.org/libmicrohttpd.git",
+                [],
+                build_libmicrohttpd,
+            ),
+            Repo("gnunet", "git://gnunet.org/gnunet.git", [], build_gnunet),
+            Repo(
+                "exchange",
+                "git://git.taler.net/exchange",
+                ["gnunet", "libmicrohttpd"],
+                build_exchange,
+            ),
+            Repo(
+                "merchant",
+                "git://git.taler.net/merchant",
+                ["exchange", "libmicrohttpd"],
+                build_merchant,
+            ),
+
+            Repo("bank", "git://git.taler.net/bank", [], build_bank),
+            Repo("landing", "git://git.taler.net/landing", [], build_landing),
+            Repo("donations", "git://git.taler.net/donations", [], 
build_donations),
+        ]
     if envname in ("demo", "int", "test", "auditor-reporter"):
         return [
             Repo(

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



reply via email to

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