gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: different directo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: different directories for www and stage
Date: Mon, 10 Jul 2017 13:45:52 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new af8070f  different directories for www and stage
af8070f is described below

commit af8070f0dd6b964c7922349e2fa8ca1ea1999dcc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 10 13:45:30 2017 +0200

    different directories for www and stage
---
 taler-build/update_stage.sh | 2 +-
 taler-build/update_www.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-build/update_stage.sh b/taler-build/update_stage.sh
index ba068fe..a1b9120 100755
--- a/taler-build/update_stage.sh
+++ b/taler-build/update_stage.sh
@@ -10,7 +10,7 @@ fetch () {
   git reset --hard "$branch"
 }
 
-cd $HOME/taler.net
+cd $HOME/stage.taler.net
 fetch
 git submodule update --init
 make
diff --git a/taler-build/update_www.sh b/taler-build/update_www.sh
index ba068fe..514c1fb 100755
--- a/taler-build/update_www.sh
+++ b/taler-build/update_www.sh
@@ -10,7 +10,7 @@ fetch () {
   git reset --hard "$branch"
 }
 
-cd $HOME/taler.net
+cd $HOME/www.taler.net
 fetch
 git submodule update --init
 make

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



reply via email to

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