taler-deployment

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

commit 176aa0b8829f23d1bc35f2cb789b0fca1b76bc98
parent 36d949f1fc1769a07f84ea03fce8b03ca6af221c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Apr 2016 21:43:38 +0200

bootstrap

Diffstat:
Mbootstrap | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -12,7 +12,11 @@ if ! test -d $base/gnunet; then svn checkout https://gnunet.org/svn/gnunet fi -for component in merchant mint landing exchange merchant-frontends deployment; do +if ! test -d $base/libmicrohttpd; then + svn checkout https://gnunet.org/svn/libmicrohttpd +fi + +for component in merchant gnurl landing exchange merchant-frontends deployment; do if ! test -d $base/$component; then git clone /var/git/$component.git fi