taler-deployment

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

commit 2891d173137af1c6df55c18820e6f893fe74501b
parent 113b586c34f256504fa9ffa829b779f912e210db
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 19 May 2016 18:54:52 +0200

be less verbose

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

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -54,7 +54,7 @@ for component in bank merchant gnurl landing exchange merchant-frontends deploym done for component in bank merchant landing exchange merchant-frontends; do - git -C $HOME/$component checkout $BRANCH + git -C $HOME/$component checkout $BRANCH >/dev/null done cat >$HOME/activate <<EOL