commit bc4dcf7f244d60028d76942ea37ddf728d443181 parent 6bb2c24558d799c516094373e3dc90a16b01dc50 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 26 Apr 2016 02:27:54 +0200 no restart Diffstat:
| M | taler-build/update_bank.sh | | | 4 | +--- |
| M | taler-build/update_merchant.sh | | | 4 | +--- |
| M | taler-build/update_merchant_frontends.sh | | | 6 | +----- |
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh @@ -12,6 +12,4 @@ cd $base/bank/ && \ ./configure --prefix="$base/local" && \ make && \ make install && \ - cd $base/deployment && \ - arm.sh -k taler-demobank -arm.sh -i taler-demobank + cd $base/deployment diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh @@ -25,6 +25,4 @@ cd $base/merchant/ && \ git pull && \ git submodule update --init && \ cd $base/deployment && \ - build_merchant && \ - arm.sh -k taler-merchant -arm.sh -i taler-merchant + build_merchant diff --git a/taler-build/update_merchant_frontends.sh b/taler-build/update_merchant_frontends.sh @@ -12,8 +12,4 @@ cd $base/merchant-frontends/ && \ ./configure --prefix="$base/local" && \ make && \ make install && \ - cd $base/deployment && \ - arm.sh -k taler-blog && \ - arm.sh -k taler-donations -arm.sh -i taler-blog -arm.sh -i taler-donations + cd $base/deployment