taler-deployment

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

commit d98c2ba2ad3a003a0e8d8d8b9fe567a975815102
parent c0215dbe833f77abcb5744ef78bb581bc06213ec
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 22 Nov 2018 15:55:40 +0100

update repos host.

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

diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -56,7 +56,7 @@ fi for component in twister bank merchant gnurl landing exchange donations blog backoffice deployment auditor survey ; do if ! test -d $HOME/$component; then - git clone /var/git/$component.git + git clone git@git.taler.net:$component fi done