gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: specify base URL for www


From: gnunet
Subject: [taler-deployment] branch master updated: specify base URL for www
Date: Tue, 04 May 2021 22:14:44 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 73689cd  specify base URL for www
73689cd is described below

commit 73689cd47db3182cdb6fdb46f6f1c527a1cc33c4
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 4 22:14:38 2021 +0200

    specify base URL for www
---
 taler-sitesbuild/update_stage.sh | 2 +-
 taler-sitesbuild/update_www.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-sitesbuild/update_stage.sh b/taler-sitesbuild/update_stage.sh
index 4fce43f..4c9a2b2 100755
--- a/taler-sitesbuild/update_stage.sh
+++ b/taler-sitesbuild/update_stage.sh
@@ -18,7 +18,7 @@ fetch
 git submodule update --init --force
 # Generate current version under 'work in progress' (wip) folder
 ./bootstrap
-./configure --variant=stage.taler.net.wip --prefix=$HOME
+./configure --variant=stage.taler.net.wip --baseurl="https://stage.taler.net/"; 
--prefix=$HOME
 make install
 chmod -R g+rx $HOME/stage.taler.net.wip/
 # Clean up 'ancient' version (before previous)
diff --git a/taler-sitesbuild/update_www.sh b/taler-sitesbuild/update_www.sh
index 67d50e0..014c2a9 100755
--- a/taler-sitesbuild/update_www.sh
+++ b/taler-sitesbuild/update_www.sh
@@ -17,7 +17,7 @@ git checkout stable -f
 fetch
 git submodule update --init --force
 ./bootstrap
-./configure --variant=www.taler.net.wip --prefix=$HOME
+./configure --variant=www.taler.net.wip --baseurl="https://taler.net/"; 
--prefix=$HOME
 make install
 
 chmod -R g+rx $HOME/www.taler.net.wip/

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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