[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -fix paths
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -fix paths |
Date: |
Tue, 14 Jan 2025 00:35:20 +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 65ec2ac -fix paths
65ec2ac is described below
commit 65ec2ac17536ec769e0017d6f307b26c600d3603
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 14 00:35:18 2025 +0100
-fix paths
---
worker-sites/Makefile | 2 +-
worker-sites/update_stage.sh | 2 +-
worker-sites/update_www.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/worker-sites/Makefile b/worker-sites/Makefile
index 4eff9ce..b0a6a08 100644
--- a/worker-sites/Makefile
+++ b/worker-sites/Makefile
@@ -1,4 +1,4 @@
-BASE="${HOME}/deployment/worker-sitesbuild"
+BASE="${HOME}/taler-deployment/worker-sitesbuild"
all: www.taler.net-stamp twister.taler.net-stamp stage.taler.net-stamp
diff --git a/worker-sites/update_stage.sh b/worker-sites/update_stage.sh
index 19dce15..162510b 100755
--- a/worker-sites/update_stage.sh
+++ b/worker-sites/update_stage.sh
@@ -11,7 +11,7 @@ fetch () {
}
# Local checkout must exist.
-cd $HOME/www
+cd $HOME/taler-www
git checkout master -f
fetch
diff --git a/worker-sites/update_www.sh b/worker-sites/update_www.sh
index 62acd95..7d23a02 100755
--- a/worker-sites/update_www.sh
+++ b/worker-sites/update_www.sh
@@ -11,7 +11,7 @@ fetch () {
}
# Assumes the repo was already checked out once.
-cd $HOME/www
+cd $HOME/taler-www
git checkout stable -f
fetch
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.