gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: bootstrap wip


From: gnunet
Subject: [taler-deployment] branch master updated: bootstrap wip
Date: Fri, 01 Nov 2019 11:44:07 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new bad87c8  bootstrap wip
bad87c8 is described below

commit bad87c8f910863f98a8477a14b941234ca3da223
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 1 11:43:52 2019 +0100

    bootstrap wip
---
 bin/taler-deployment | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index a966050..36aff8a 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -363,7 +363,9 @@ def bootstrap(ctx, envname) -> None:
 
     home = Path.home()
 
-    ctx.env_info = EnvInfo(envname, get_repos(envname))
+    repos = get_repos(envname)
+
+    ctx.env_info = EnvInfo(envname, repos)
 
     # read Python-style config
     cfg = types.ModuleType("taler_deployment_cfg")

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



reply via email to

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