commit 7575f1637725a07eb91805160399c1b0da7ed071
parent 8f8be9dac3a09f23681c3433f3be7aa7a560273f
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 Dec 2019 10:11:53 +0100
fix invocation
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git 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
@@ -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