commit 4617b3110a92a25aafe57e403153184f47e4d7db
parent 2c6c89fd486a8710297d71b14caabb3f3ff466a6
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 10 May 2016 19:13:54 +0200
using "git://" protocol to get taler codebase
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap-hybrid b/bootstrap-hybrid
@@ -23,7 +23,7 @@ fi
for component in bank merchant gnurl landing exchange merchant-frontends deployment; do
if ! test -d $base/$component; then
- git clone /var/git/$component.git
+ git clone git://taler.net/$component
fi
done