summaryrefslogtreecommitdiff
path: root/bootstrap-hybrid
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-10 19:13:54 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-10 19:13:54 +0200
commit4617b3110a92a25aafe57e403153184f47e4d7db (patch)
tree1ee4c9e7a2b9d16d5d4893ba5f76596336a05b2d /bootstrap-hybrid
parent2c6c89fd486a8710297d71b14caabb3f3ff466a6 (diff)
downloaddeployment-4617b3110a92a25aafe57e403153184f47e4d7db.tar.gz
deployment-4617b3110a92a25aafe57e403153184f47e4d7db.tar.bz2
deployment-4617b3110a92a25aafe57e403153184f47e4d7db.zip
using "git://" protocol to get taler codebase
Diffstat (limited to 'bootstrap-hybrid')
-rwxr-xr-xbootstrap-hybrid2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-hybrid b/bootstrap-hybrid
index 1e9c1d7..b534f00 100755
--- 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