taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit bad87c8f910863f98a8477a14b941234ca3da223
parent 843ea4392e3642a40bd733ea535350db615aabd7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  1 Nov 2019 11:43:52 +0100

bootstrap wip

Diffstat:
Mbin/taler-deployment | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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")