gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix class to skip distro-insta


From: gnunet
Subject: [taler-deployment] branch master updated: fix class to skip distro-installed components
Date: Wed, 17 Feb 2021 09:05:30 +0100

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 fb6ef49  fix class to skip distro-installed components
fb6ef49 is described below

commit fb6ef49c75415bb00f9e9d65d0fed97e9a20be21
Author: MS <ms@taler.net>
AuthorDate: Wed Feb 17 09:04:52 2021 +0100

    fix class to skip distro-installed components
---
 bin/taler-deployment | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 488355f..6e8a88f 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -63,7 +63,7 @@ class Repo:
 
 
 class EnvInfo:
-    def __init__(self, name, repos):
+    def __init__(self, name, repos, cfg):
         self.name = name
         self.repos = []
         for r in repos:
@@ -466,7 +466,7 @@ def get_env_info(cfg):
         print(f"env '{envname}' not supported")
         sys.exit(1)
     repos = get_repos(envname)
-    return EnvInfo(envname, repos)
+    return EnvInfo(envname, repos, cfg)
 
 
 @cli.command()

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