aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/build-android
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/build-android')
-rw-r--r--build-scripts/build-android4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/build-android b/build-scripts/build-android
index fc97a7d..62cd12b 100644
--- a/build-scripts/build-android
+++ b/build-scripts/build-android
@@ -70,11 +70,11 @@ else
if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_EVENT_TYPE -eq "patchset-created" ]; then
if [ "$GERRIT_PROJECT" == "platform/manifest" ]; then
cd .repo/local_manifests;
- git pull http://review.android.git.linaro.org/platform/manifest $GERRIT_REFSPEC
+ git pull http://review.android-git.linaro.org/platform/manifest $GERRIT_REFSPEC
cd -
else
cd `grep -rni $GERRIT_PROJECT\" .repo/local_manifests | grep -Po 'path="\K[^"]*'`
- git pull http://review.android.git.linaro.org/$GERRIT_PROJECT $GERRIT_REFSPEC
+ git pull http://review.android-git.linaro.org/$GERRIT_PROJECT $GERRIT_REFSPEC
cd -
fi
fi