taler-deployment

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

commit ec243d443aa46a86cf02271e027e01d0371bef44
parent 986950338aa32943968353f3efa5981573184d04
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Jan 2025 19:20:36 +0100

-no branch

Diffstat:
Mworker-sites/update_anastasis.sh | 2+-
Mworker-sites/update_taler-ops.sh | 2+-
Mworker-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 @@ -13,7 +13,7 @@ fetch () { # Assumes the repo was already checked out once. cd $HOME/anastasis-www -git checkout stable -f +git checkout master -f fetch git submodule update --init --force ./bootstrap diff --git a/worker-sites/update_taler-ops.sh b/worker-sites/update_taler-ops.sh @@ -13,7 +13,7 @@ fetch () { # Assumes the repo was already checked out once. cd $HOME/taler-ops-www -git checkout stable -f +git checkout master -f fetch git submodule update --init --force ./bootstrap diff --git a/worker-sites/update_taler-systems.sh b/worker-sites/update_taler-systems.sh @@ -13,7 +13,7 @@ fetch () { # Assumes the repo was already checked out once. cd $HOME/taler-systems-www -git checkout stable -f +git checkout master -f fetch git submodule update --init --force ./bootstrap