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: checking out tagg


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: checking out tagged versions of gnunet and mhd only for demo deployments
Date: Wed, 17 May 2017 16:10:22 +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 46b1a82  checking out tagged versions of gnunet and mhd only for demo 
deployments
46b1a82 is described below

commit 46b1a826cc3cb2616f2fef0644e305066a1242ba
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 17 16:10:11 2017 +0200

    checking out tagged versions of gnunet and mhd only for demo
    deployments
---
 bootstrap-bluegreen | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 77727b2..ee73156 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -47,12 +47,16 @@ cd $HOME
 
 if ! test -d $HOME/gnunet; then
   git clone git://gnunet.org/gnunet.git
-  git -C ~/gnunet checkout -q taler-0.2.1
+  if test demo = $ENVNAME; then
+    git -C ~/gnunet checkout -q taler-0.2.1
+  fi
 fi
 
 if ! test -d $HOME/libmicrohttpd; then
   git clone git://gnunet.org/libmicrohttpd.git
-  git -C ~/libmicrohttpd checkout -q tags/v0.9.52
+  if test demo = $ENVNAME; then
+    git -C ~/libmicrohttpd checkout -q tags/v0.9.52
+  fi
 fi
 
 for component in bank merchant gnurl landing exchange merchant-frontends 
deployment auditor; do

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



reply via email to

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