From 34eb135ecb4b4a8b0410b08ac414f4c7d5eee100 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 10 Sep 2020 20:32:11 +0100 Subject: Update mirroring for LLVM The canonical repositories are now on GitHub. The clang and compiler-rt sources have been folded into the llvm repository, so mark their separate repositories as obsolete rather than pulling from GitHub. --- open-source-lorries/clang.lorry | 3 ++- open-source-lorries/compiler-rt.lorry | 3 ++- open-source-lorries/llvm.lorry | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/open-source-lorries/clang.lorry b/open-source-lorries/clang.lorry index ee53e3f..c5efa99 100644 --- a/open-source-lorries/clang.lorry +++ b/open-source-lorries/clang.lorry @@ -1,6 +1,7 @@ { "clang": { "type": "git", - "url": "http://llvm.org/git/clang.git" + "url": "http://llvm.org/git/clang.git", + "description": "Obsolete (use llvm)" } } diff --git a/open-source-lorries/compiler-rt.lorry b/open-source-lorries/compiler-rt.lorry index 20b0df2..6a8d419 100644 --- a/open-source-lorries/compiler-rt.lorry +++ b/open-source-lorries/compiler-rt.lorry @@ -1,6 +1,7 @@ { "compiler-rt": { "type": "git", - "url": "http://llvm.org/git/compiler-rt.git" + "url": "http://llvm.org/git/compiler-rt.git", + "description": "Obsolete (use llvm)" } } diff --git a/open-source-lorries/llvm.lorry b/open-source-lorries/llvm.lorry index 4a6663f..b3c30f0 100644 --- a/open-source-lorries/llvm.lorry +++ b/open-source-lorries/llvm.lorry @@ -1,6 +1,6 @@ { "llvm": { "type": "git", - "url": "http://llvm.org/git/llvm.git" + "url": "https://github.com/llvm/llvm-project.git" } } -- cgit v1.2.1