aboutsummaryrefslogtreecommitdiff
path: root/android-master-clang
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-03-17 14:17:41 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-03-17 08:48:26 +0000
commit0809cb79f705f40b72469634177ff45a71e1b900 (patch)
tree37518d6a8ed7f83e3bec78c94ffabd1c3f356047 /android-master-clang
parent5b4e543e249d842a8be80c3d2bea07573b44b7d2 (diff)
android-master-clang: use upstream linaro-android-build-tools
Change-Id: Ia91323fed675a47877621566b3b85483cffd8ee0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-master-clang')
-rwxr-xr-xandroid-master-clang/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-master-clang/builders.sh b/android-master-clang/builders.sh
index a7ec7069..2b4aaa63 100755
--- a/android-master-clang/builders.sh
+++ b/android-master-clang/builders.sh
@@ -28,8 +28,8 @@ cd ${HOME}/srv/${BUILD_DIR}
# Install helper packages
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
-git clone --depth 1 https://git.linaro.org/people/vishal.bhoj/linaro-android-build-tools.git build-tools
-git clone --depth 1 https://git.linaro.org/nfrastructure/linaro-jenkins-tools.git jenkins-tools
+git clone --depth 1 https://git.linaro.org/infrastructure/linaro-android-build-tools.git build-tools
+git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
set -xe