aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/build-android
diff options
context:
space:
mode:
authorDanilo Šegan <danilo.segan@linaro.org>2012-11-28 14:37:41 +0100
committerDanilo Šegan <danilo.segan@linaro.org>2012-11-28 14:37:41 +0100
commitf731dee2dd0e71b54fdee42024ffc2a399ed48bd (patch)
tree8d214300d4097fa69bf8a342ce8cc22c654c2055 /build-scripts/build-android
parent3524f793eee91359dde4827f1e60e534b7d4735c (diff)
Export http_proxy to ci.linaro.org for better HTTP git-ro performance.
Diffstat (limited to 'build-scripts/build-android')
-rw-r--r--build-scripts/build-android2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-scripts/build-android b/build-scripts/build-android
index 98553bb..392dbcf 100644
--- a/build-scripts/build-android
+++ b/build-scripts/build-android
@@ -19,8 +19,10 @@ if [ -n "$BUILD_COPYCAT" ]; then
else
if [ -n "$REPO_SEED_URL" ]; then
+ export http_proxy=http://ci.linaro.org:3128/
repo-sync-from-seed "${1}"
else
+ export http_proxy=http://ci.linaro.org:3128/
repo-sync-from-mirror "${1}"
fi