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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Thu, 18 Apr 2019 15:37:04 +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 aaf3b04  syntax
aaf3b04 is described below

commit aaf3b045b138468018fb4ca5455ae1db1bec8f49
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 18 15:36:59 2019 +0200

    syntax
---
 taler-sitesbuild/invalidate.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/taler-sitesbuild/invalidate.sh b/taler-sitesbuild/invalidate.sh
index 3cdf46c..fabeb4f 100755
--- a/taler-sitesbuild/invalidate.sh
+++ b/taler-sitesbuild/invalidate.sh
@@ -10,12 +10,14 @@ 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
+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
+fi
 
 
 # Check docs-landing.
@@ -25,3 +27,4 @@ if git status -sb | grep behind; then
   echo "invalidating stage.taler.net"
   rm -f $HOME/deployment/taler-sitesbuild/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]