summaryrefslogtreecommitdiff
path: root/tcwg-generate-source-cache.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-16 16:21:55 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-17 02:28:30 +0000
commit1c9374124caf728253e63f31b705e547572fc0fd (patch)
treeb0c1416961628e2819c59a4d0ac9043aae11f03d /tcwg-generate-source-cache.sh
parentd947e0ef4ea40837913255b9e6ee65be7dd3f924 (diff)
jenkins-helpers.sh: Switch to official LLVM git mirror
Change-Id: Iea3db4df798980e53ae6fa34d56596ba4b6198b4
Diffstat (limited to 'tcwg-generate-source-cache.sh')
-rwxr-xr-xtcwg-generate-source-cache.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-generate-source-cache.sh b/tcwg-generate-source-cache.sh
index a70f9e5e..a1e3b6e9 100755
--- a/tcwg-generate-source-cache.sh
+++ b/tcwg-generate-source-cache.sh
@@ -129,8 +129,8 @@ generate_misc_files ()
# Clone the Linux kernel and LLVM monorepo.
# Subsequent calls will update it.
repos=(
- git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
- https://github.com/llvm-project/llvm-project-20170507.git
+ https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
+ https://github.com/llvm/llvm-project.git
https://git.linaro.org/toolchain/jenkins-scripts.git
)
for repo in "${repos[@]}"; do