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: use ~/stamps for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: use ~/stamps for sites builder too.
Date: Mon, 10 Jun 2019 21:25:45 +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 8c887a6  use ~/stamps for sites builder too.
8c887a6 is described below

commit 8c887a62a102c0946963f1758f979d49de33e6a0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 21:25:20 2019 +0200

    use ~/stamps for sites builder too.
---
 taler-sitesbuild/Makefile      | 8 +++++---
 taler-sitesbuild/invalidate.sh | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/taler-sitesbuild/Makefile b/taler-sitesbuild/Makefile
index c30558d..2b06ea5 100644
--- a/taler-sitesbuild/Makefile
+++ b/taler-sitesbuild/Makefile
@@ -1,15 +1,17 @@
+BASE="${HOME}/deployment/taler-sitesbuild"
+
 all: www.taler.net-stamp
 all: stage.taler.net-stamp
 all: docs.taler.net-stamp
 
 docs.taler.net-stamp:
-       ./update_doc_landing.sh
+       ${BASE}/update_doc_landing.sh
        touch $@
 
 stage.taler.net-stamp:
-       ./update_stage.sh
+       ${BASE}/update_stage.sh
        touch $@
 
 www.taler.net-stamp:
-       ./update_www.sh
+       ${BASE}/update_www.sh
        touch $@
diff --git a/taler-sitesbuild/invalidate.sh b/taler-sitesbuild/invalidate.sh
index fabeb4f..8ec0663 100755
--- a/taler-sitesbuild/invalidate.sh
+++ b/taler-sitesbuild/invalidate.sh
@@ -9,14 +9,14 @@ git fetch
 git checkout -f stable
 if git status -sb | grep behind; then
   echo "invalidating www.taler.net"
-  rm -f $HOME/deployment/taler-sitesbuild/www.taler.net-stamp
+  rm -f $HOME/stamps/www.taler.net-stamp
 fi
 
 # Then master branch.
 git checkout -f master
 if git status -sb | grep behind; then
   echo "invalidating stage.taler.net"
-  rm -f $HOME/deployment/taler-sitesbuild/stage.taler.net-stamp
+  rm -f $HOME/stamps/stage.taler.net-stamp
 fi
 
 
@@ -25,6 +25,6 @@ cd $HOME/docs-landing
 git fetch
 if git status -sb | grep behind; then
   echo "invalidating stage.taler.net"
-  rm -f $HOME/deployment/taler-sitesbuild/docs.taler.net-stamp
+  rm -f $HOME/stamps/docs.taler.net-stamp
 
 fi

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



reply via email to

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