taler-deployment

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

commit 8d43fd25ef96226d0f0fdf19b5bc792cd6142dd4
parent c5bd73a129ac54222dff6965234b77e6c9c044bc
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Apr 2016 21:45:11 +0200

bootstrap - bank

Diffstat:
Mbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap @@ -16,7 +16,7 @@ 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 +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