taler-deployment

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

commit 20a816b6aa03312a420fb10981a4f4de928db4e2
parent a4ab1e4ca7550d6c6558918d259a54a77cb1aca0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 26 Apr 2016 03:57:57 +0200

demo

Diffstat:
Mbootstrap-demo | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/bootstrap-demo b/bootstrap-demo @@ -19,6 +19,11 @@ 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 gnurl landing exchange merchant-frontends; do + if ! test -d $base/$component; then git checkout stable fi done