From 5cf9e76e20f2cab20c12a548172717b7f518f583 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 19 May 2016 18:58:56 +0200 Subject: rename / comment script --- bootstrap-hybrid | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 bootstrap-hybrid (limited to 'bootstrap-hybrid') diff --git a/bootstrap-hybrid b/bootstrap-hybrid deleted file mode 100755 index b534f00..0000000 --- a/bootstrap-hybrid +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash - -# Do not hardcode @test or @demo configuration values. -# Aimed to be called by a Dockerfile and get those values -# set by taler-config utility. It also make use of the -# taler-config-generator utility. May obsolete bootstrap-{test,demo}. - -set -eu - -base=$HOME - -mkdir -p $base - -cd $base - -if ! test -d $base/gnunet; then - svn checkout https://gnunet.org/svn/gnunet -fi - -if ! test -d $base/libmicrohttpd; then - svn checkout https://gnunet.org/svn/libmicrohttpd -fi - -for component in bank merchant gnurl landing exchange merchant-frontends deployment; do - if ! test -d $base/$component; then - git clone git://taler.net/$component - fi -done - -cat >$base/activate <