aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-06-17 15:28:43 +0530
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-06-28 19:02:35 +0300
commite977d8b83085ad8278e8263581f7a80a677a3aed (patch)
treeefc7e48aa496ffde0d78dd054d39595a447defa4
parent9343a09d9a812ddd3dda10ecf9d2abf01ea75d98 (diff)
Update repo tool location in linaro-android-build-cmd.sh script
Change-Id: I8b06b57e93bed7f9a0d18d2ac65b6401205e189c Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xbuild-scripts/create-user-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 2fb16ef..db9b66b 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -239,7 +239,7 @@ sync_commands()
fi
cat <<EOF
# download the repo tool for android
-curl "http://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
+curl "https://android.git.linaro.org/gitweb?p=tools/repo.git;a=blob_plain;f=repo;hb=refs/heads/stable" > repo
chmod +x repo
# download the android code