gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix invocation


From: gnunet
Subject: [taler-deployment] branch master updated: fix invocation
Date: Mon, 23 Dec 2019 10:11:55 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7575f16  fix invocation
7575f16 is described below

commit 7575f1637725a07eb91805160399c1b0da7ed071
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 10:11:53 2019 +0100

    fix invocation
---
 bin/taler-deployment           | 2 +-
 taler-sitesbuild/invalidate.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 48d0322..3831391 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -515,7 +515,7 @@ def bootstrap() -> None:
     repos = env_info.repos
     envname = env_info.name
 
-    checkout_repos(repos)
+    checkout_repos(cfg,repos)
 
     with (home / "activate").open("w") as f:
         f.write(
diff --git a/taler-sitesbuild/invalidate.sh b/taler-sitesbuild/invalidate.sh
index 4ff69b6..5796912 100755
--- a/taler-sitesbuild/invalidate.sh
+++ b/taler-sitesbuild/invalidate.sh
@@ -25,5 +25,4 @@ git fetch
 if git status -sb | grep behind; then
   echo "invalidating twister.taler.net"
   rm -f $HOME/stamps/twister.taler.net-stamp
-
 fi

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



reply via email to

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