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: check out specifi


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: check out specific GNUnet version
Date: Thu, 12 Jan 2017 16:45:51 +0100

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 5dc107e  check out specific GNUnet version
5dc107e is described below

commit 5dc107e8985f036a1855d64ddd4b79e336dc3956
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 12 16:45:48 2017 +0100

    check out specific GNUnet version
---
 bootstrap-bluegreen  | 2 +-
 bootstrap-standalone | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen
index 8635f02..54d8269 100755
--- a/bootstrap-bluegreen
+++ b/bootstrap-bluegreen
@@ -42,7 +42,7 @@ cd $HOME
 
 if ! test -d $HOME/gnunet; then
   git clone git://gnunet.org/gnunet.git
-  git -C ~/gnunet checkout -q tags/taler-0.2.0
+  git -C ~/gnunet checkout -q a4295da3df82817ff2fe1fa547374a96a2e0280b
 fi
 
 if ! test -d $HOME/libmicrohttpd; then
diff --git a/bootstrap-standalone b/bootstrap-standalone
index daeecef..59e8202 100755
--- a/bootstrap-standalone
+++ b/bootstrap-standalone
@@ -16,7 +16,7 @@ cd $HOME
 
 if ! test -d $HOME/gnunet; then
   git clone git://gnunet.org/gnunet.git
-  git -C ~/gnunet checkout -q tags/taler-0.2.0
+  git -C ~/gnunet checkout -q a4295da3df82817ff2fe1fa547374a96a2e0280b
 fi
 
 if ! test -d $HOME/libmicrohttpd; then

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



reply via email to

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