gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: flag order


From: gnunet
Subject: [taler-deployment] branch master updated: flag order
Date: Wed, 27 Nov 2019 12:28:24 +0100

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 00f4103  flag order
00f4103 is described below

commit 00f410332680f7ac731fd672bf8bc8ff821225aa
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 27 12:28:18 2019 +0100

    flag order
---
 taler-sitesbuild/invalidate.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-sitesbuild/invalidate.sh b/taler-sitesbuild/invalidate.sh
index c8ff0f6..4ff69b6 100755
--- a/taler-sitesbuild/invalidate.sh
+++ b/taler-sitesbuild/invalidate.sh
@@ -6,14 +6,14 @@ cd $HOME/www
 git fetch
 
 # First check stable.
-git checkout -f stable
+git checkout stable -f
 if git status -sb | grep behind; then
   echo "invalidating www.taler.net"
   rm -f $HOME/stamps/www.taler.net-stamp
 fi
 
 # Then master branch.
-git checkout -f master
+git checkout master -f
 if git status -sb | grep behind; then
   echo "invalidating stage.taler.net"
   rm -f $HOME/stamps/stage.taler.net-stamp

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



reply via email to

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