gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: allow local


From: gnunet
Subject: [taler-deployment] branch master updated: allow local
Date: Fri, 11 Sep 2020 15:52:38 +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 70440ea  allow local
70440ea is described below

commit 70440ead53fda92e5a23dfb2a5c79ed32bb4304b
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 11 15:52:34 2020 +0200

    allow local
---
 bin/taler-deployment | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 5ddbfe5..e0121e7 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -327,7 +327,7 @@ def get_repos(envname):
             Repo("landing", "git://git.taler.net/landing", [], build_landing),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
         ]
-    if envname in ("demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
+    if envname in ("local", "demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
         return [
             Repo(
                 "libmicrohttpd",

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