gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: update_www: use make install.


From: gnunet
Subject: [taler-deployment] branch master updated: update_www: use make install.
Date: Sat, 14 Dec 2019 14:08:22 +0100

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 76574af  update_www: use make install.
76574af is described below

commit 76574aface7de1c888750baf2ac1bcfd8a839a02
Author: ng0 <address@hidden>
AuthorDate: Sat Dec 14 13:06:51 2019 +0000

    update_www: use make install.
---
 taler-sitesbuild/update_www.sh | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/taler-sitesbuild/update_www.sh b/taler-sitesbuild/update_www.sh
index 47a61a4..2b97e4b 100755
--- a/taler-sitesbuild/update_www.sh
+++ b/taler-sitesbuild/update_www.sh
@@ -17,15 +17,8 @@ git checkout stable -f
 fetch
 git submodule update --init --force
 ./bootstrap
-./configure
+./configure --prefix=$HOME
 make
-
-mkdir -p $HOME/www.taler.net/
-
-# Delete old content.
-rm -fr $HOME/www.taler.net/*
-
-cp -rt $HOME/www.taler.net/ \
-   rendered/*
-
+make uninstall
+make install
 chmod -R g+rx $HOME/www.taler.net/

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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