aboutsummaryrefslogtreecommitdiff
path: root/android-lcr
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-15 22:10:18 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-15 17:38:56 +0000
commit53f4a62f5d2196b20304cf21d803d34bc3bc093c (patch)
tree8c18b43f8951f92ad15402171d9f5090c4e8e0bf /android-lcr
parent4aead62c2983bdcb487debcd39c132251415a5ee (diff)
android: fix git url for android-git.linaro.org
Change-Id: Ic73fe3163cced5cfca5eb3911f306489fa39084e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-lcr')
-rwxr-xr-xandroid-lcr/common/builders.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index 1b461a14f1..82a782a898 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -35,13 +35,13 @@ export PATH=${HOME}/bin:${PATH}
rm -rf build-tools jenkins-tools build-configs build/out build/android-patchsets
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
+git clone --depth 1 http://android-git.linaro.org/git/android-build-configs.git build-configs
set -xe
# Define job configuration's repo
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}
cat << EOF > config.txt
-BUILD_CONFIG_REPO=http://android.git.linaro.org/git/android-build-configs.git
+BUILD_CONFIG_REPO=http://android-git.linaro.org/git/android-build-configs.git
BUILD_CONFIG_BRANCH=master
EOF
echo config.txt