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: fetch before chec


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fetch before checkout
Date: Sat, 31 Aug 2019 15:26:15 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0e39970  fetch before checkout
0e39970 is described below

commit 0e3997000f4b55e285b9a3600fbeba55c9563812
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 15:26:13 2019 +0200

    fetch before checkout
---
 bootstrap-taler | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bootstrap-taler b/bootstrap-taler
index cc5650f..ce3f5d5 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -65,6 +65,7 @@ for component in twister bank merchant landing exchange 
donations blog survey ba
   varname=tag_$component
   tag=${!varname}
   echo "Checking out $component to $tag"
+  git -C $HOME/$component fetch
   git -C $HOME/$component checkout -f $tag --
 done
 

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



reply via email to

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