summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-05 13:25:48 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-05 13:25:48 +0000
commit37f3a065d1083df6fe7677d4575fe99259d1be7f (patch)
treecb82802402e3583534807da59f6b8b193b2f1300
parent124eafa6886f17ffed0a24556824749e9e4a1e63 (diff)
downloadlorries-37f3a065d1083df6fe7677d4575fe99259d1be7f.tar.gz
Make LLVM use tarball release for now since there's an issue with SVN
-rw-r--r--active/llvm.lorry7
1 files changed, 4 insertions, 3 deletions
diff --git a/active/llvm.lorry b/active/llvm.lorry
index 33372f2..54153d8 100644
--- a/active/llvm.lorry
+++ b/active/llvm.lorry
@@ -1,7 +1,8 @@
{
"llvm": {
- "type": "svn",
- "url": "http://llvm.org/svn/llvm-project/llvm/trunk",
- "layout": "standard"
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz",
}
}