gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: missing parameter


From: gnunet
Subject: [taler-deployment] branch master updated: missing parameter
Date: Fri, 20 Dec 2019 01:51:12 +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 03bff6f  missing parameter
03bff6f is described below

commit 03bff6f86a9840b78c24233060a01b3d65baa1fb
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 20 01:51:10 2019 +0100

    missing parameter
---
 bin/taler-deployment | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index a71a68e..48d0322 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -469,7 +469,7 @@ def switch_demo(color) -> None:
     active_home.symlink_to(f"/home/demo-{color}")
 
 
-def checkout_repos(repos):
+def checkout_repos(cfg, repos):
     """Check out repos to the version specified in envcfg.py"""
     home = Path.home()
     sources = home / "sources"
@@ -495,7 +495,7 @@ def sync_repos() -> None:
         return 1
     env_info = get_env_info(cfg)
     repos = env_info.repos
-    checkout_repos(repos)
+    checkout_repos(cfg, repos)
     for r in repos:
         r_dir = home / "sources" / r.name
         subprocess.run(["git", "-C", str(r_dir), "clean", "-fdx"], check=True)

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



reply via email to

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