taler-deployment

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

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

demo

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

diff --git a/bootstrap-demo b/bootstrap-demo @@ -24,6 +24,7 @@ done for component in bank merchant gnurl landing exchange merchant-frontends; do if ! test -d $base/$component; then + cd $base/$component git checkout stable fi done