taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 5dc107e8985f036a1855d64ddd4b79e336dc3956
parent 5c2f1bc3caaece7cbff1a0bca04a8cf3d8605f89
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 12 Jan 2017 16:45:48 +0100

check out specific GNUnet version

Diffstat:
Mbootstrap-bluegreen | 2+-
Mbootstrap-standalone | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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