aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-22 16:33:49 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-22 16:33:49 +0530
commit47cf2a89c8ce9ad7f28d8604c3a58ea89c2b09e5 (patch)
tree04582e5dbd1acc9178f77fa017880686d5d5affd
parent09b19b63f1e3f988a0cf433accae943b707390a0 (diff)
fix android urlsHEADmaster
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rw-r--r--build-scripts/build-android4
-rwxr-xr-xnode/build2
2 files changed, 3 insertions, 3 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
diff --git a/node/build b/node/build
index aa61da6..ee03396 100755
--- a/node/build
+++ b/node/build
@@ -15,7 +15,7 @@
BUILD_SCRIPT_ROOT=$(readlink -f "$(dirname "${0}")/../build-scripts")
source "${BUILD_SCRIPT_ROOT}"/helpers
-REPO_TOOL_URL="https://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable"
+REPO_TOOL_URL="https://android-git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable"
# Dump system release to build log
echo