taler-deployment

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

commit 46b1a826cc3cb2616f2fef0644e305066a1242ba
parent 373aca8dedcfbf2b618c3b6e3342514580578a23
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 17 May 2017 16:10:11 +0200

checking out tagged versions of gnunet and mhd only for demo
deployments

Diffstat:
Mbootstrap-bluegreen | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

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