aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-05-20 15:17:58 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-05-20 15:17:58 +0300
commit710026a7a80d3c653b5f8d80b1bcd8dd31a435b2 (patch)
treedbf9c07093915bf43f821da32a0dfb25a3618c7c /build-scripts
parentf0e2c0c556c9b7a422a548a314388d3121495d72 (diff)
Switch to git:// until it's figured out why http:// on new server is so slow.
Diffstat (limited to 'build-scripts')
-rw-r--r--build-scripts/helpers3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index cba665a..9a4c7a2 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -1,5 +1,6 @@
# Set REPO_MIRROR to non-empty value to get around upstream downtimes
-REPO_MIRROR="--repo-url=http://android.git.linaro.org/git-ro/tools/repo"
+#REPO_MIRROR="--repo-url=http://android.git.linaro.org/git-ro/tools/repo"
+REPO_MIRROR="--repo-url=git://android.git.linaro.org/tools/repo"
setup-repo-vars () {
EABI="${EABI-arm-eabi}"