[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix rsync
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix rsync |
Date: |
Sun, 19 Jan 2025 00:11:54 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 7d1be4e -fix rsync
7d1be4e is described below
commit 7d1be4e6fadf6c82eab7e379d0d872ec1be15c52
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 19 00:11:51 2025 +0100
-fix rsync
---
worker-sites/update_anastasis.sh | 2 +-
worker-sites/update_taler-ops.sh | 2 +-
worker-sites/update_taler-systems.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/worker-sites/update_anastasis.sh b/worker-sites/update_anastasis.sh
index 310eca1..9ab14c6 100755
--- a/worker-sites/update_anastasis.sh
+++ b/worker-sites/update_anastasis.sh
@@ -28,4 +28,4 @@ rm -rf $HOME/www.anastasis.lu.old/
mv $HOME/www.anastasis.lu/ $HOME/www.anastasis.lu.old/ || true
mv $HOME/www.anastasis.lu.wip/ $HOME/www.anastasis.lu/
-rsync -av --rsh=ssh www.anastasis.lu www@anastasis.lu:anastasis.lu
+rsync -av --rsh=ssh www.anastasis.lu www@anastasis.lu:.
diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh
index 46f6621..d3d69d7 100755
--- a/worker-sites/update_taler-ops.sh
+++ b/worker-sites/update_taler-ops.sh
@@ -32,4 +32,4 @@ rm -rf $HOME/www.taler-ops.ch.old/
mv $HOME/www.taler-ops.ch/ $HOME/www.taler-ops.ch.old/ || true
mv $HOME/www.taler-ops.ch.wip/ $HOME/www.taler-ops.ch/
-rsync -av --rsh=ssh www.taler-ops.ch www@taler-ops.ch:www.taler-ops.ch
+rsync -av --rsh=ssh www.taler-ops.ch www@taler-ops.ch:.
diff --git a/worker-sites/update_taler-systems.sh
b/worker-sites/update_taler-systems.sh
index c626b89..ca52e66 100755
--- a/worker-sites/update_taler-systems.sh
+++ b/worker-sites/update_taler-systems.sh
@@ -30,4 +30,4 @@ mv $HOME/www.taler-systems.com.wip/
$HOME/www.taler-systems.com/
cd
-rsync -av --rsh=ssh www.taler-systems.com
www@taler-systems.com:www.taler-systems.com
+rsync -av --rsh=ssh www.taler-systems.com www@taler-systems.com:.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -fix rsync,
gnunet <=