From 113b586c34f256504fa9ffa829b779f912e210db Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 19 May 2016 18:54:17 +0200 Subject: fix script / remove obsolete scripts --- bootstrap-demo | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 bootstrap-demo (limited to 'bootstrap-demo') diff --git a/bootstrap-demo b/bootstrap-demo deleted file mode 100755 index 07522bc..0000000 --- a/bootstrap-demo +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -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 /var/git/$component.git - fi -done - -for component in bank merchant landing exchange merchant-frontends; do - git -C $base/$component checkout stable -done - -cat >$base/activate <