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: demo doesn't chec


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: demo doesn't checkout older commits from gnunet/libmhd
Date: Wed, 31 May 2017 19:34:07 +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 96dc59b  demo doesn't checkout older commits from gnunet/libmhd
96dc59b is described below

commit 96dc59bbdf245b8205b4f9889c70b2acd48afcca
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 31 19:33:17 2017 +0200

    demo doesn't checkout older commits from gnunet/libmhd
---
 bootstrap-bluegreen | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 2fe905f..21f3042 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -48,16 +48,10 @@ cd $HOME
 
 if ! test -d $HOME/gnunet; then
   git clone git://gnunet.org/gnunet.git
-  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
-  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]