taler-deployment

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

commit 2f7c4b918830b4f0803a0f8fd9bfcd6cad76f5c9
parent 0dd68fd58514cc7f900407c80b798de9424df80f
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  2 Mar 2016 15:50:36 +0100

also update submodules

Diffstat:
Mupdate_bank.sh | 1+
Mupdate_landing.sh | 6+++++-
Mupdate_merchant.sh | 1+
3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/update_bank.sh b/update_bank.sh @@ -4,6 +4,7 @@ export PATH="$HOME/deployment":$PATH cd $HOME/bank/ && \ git pull && \ + git submodule update --init && \ cd $HOME/deployment && \ arm.sh -k taler-demobank arm.sh -i taler-demobank diff --git a/update_landing.sh b/update_landing.sh @@ -1,3 +1,7 @@ #!/bin/bash -cd $HOME/landing && git pull +set -e + +cd $HOME/landing +git pull +git submodule update --init diff --git a/update_merchant.sh b/update_merchant.sh @@ -21,6 +21,7 @@ build_merchant() { cd $HOME/merchant/ && \ git pull && \ + git submodule update --init && \ cd $HOME/deployment && \ build_merchant && \ arm.sh -k taler-merchant