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: Switch branch BEF


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Switch branch BEFORE any action is taken.
Date: Tue, 25 Jun 2019 15:45:59 +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 1a31731  Switch branch BEFORE any action is taken.
1a31731 is described below

commit 1a31731380f41a98b20fb323ffa93bfb99e535d0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 25 15:45:33 2019 +0200

    Switch branch BEFORE any action is taken.
---
 taler-sitesbuild/update_stage.sh | 2 +-
 taler-sitesbuild/update_www.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-sitesbuild/update_stage.sh b/taler-sitesbuild/update_stage.sh
index cd45e00..5bf1ed4 100755
--- a/taler-sitesbuild/update_stage.sh
+++ b/taler-sitesbuild/update_stage.sh
@@ -13,9 +13,9 @@ fetch () {
 # Local checkout must exist.
 cd $HOME/www
 
+git checkout master -f
 fetch
 git submodule update --init --force
-git checkout master -f
 make
 
 mkdir -p $HOME/stage.taler.net/
diff --git a/taler-sitesbuild/update_www.sh b/taler-sitesbuild/update_www.sh
index c792c67..e878896 100755
--- a/taler-sitesbuild/update_www.sh
+++ b/taler-sitesbuild/update_www.sh
@@ -13,9 +13,9 @@ fetch () {
 # Assumes the repo was already checked out once.
 cd $HOME/www
 
+git checkout stable -f
 fetch
 git submodule update --init --force
-git checkout stable -f
 make
 
 mkdir -p $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]