aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 27e4662..8735aff 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -1,10 +1,10 @@
# 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=git://android.git.linaro.org/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}"
- MANIFEST_REPO="${MANIFEST_REPO-git://android.git.kernel.org/platform/manifest.git}"
+ MANIFEST_REPO="${MANIFEST_REPO-git://android-git.linaro.org/platform/manifest.git}"
MANIFEST_BRANCH="${MANIFEST_BRANCH-master}"
MANIFEST_FILENAME="${MANIFEST_FILENAME-default.xml}"
REPO_GROUPS=${REPO_GROUPS-"all,-notdefault,-eclipse"}