summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 19:25:40 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 19:25:40 +0000
commit66b35d644e81840e4565a1aeb3fe4d8a9f26ffa1 (patch)
tree30868f0bab077319200452bfa172d2818bd62385 /open-source-lorries
parent4c0ead8d4d50854505dbcfb86d494475033cfab9 (diff)
downloadlorries-66b35d644e81840e4565a1aeb3fe4d8a9f26ffa1.tar.gz
Disable the current boost svn lorry as it takes > 13 hours to process.
Add a tarball lorry for boost instead.
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/boost-tarball.lorry8
-rw-r--r--open-source-lorries/boost.lorry7
2 files changed, 8 insertions, 7 deletions
diff --git a/open-source-lorries/boost-tarball.lorry b/open-source-lorries/boost-tarball.lorry
new file mode 100644
index 0000000..e4e2bea
--- /dev/null
+++ b/open-source-lorries/boost-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "boost-tarball": {
+ "type": "tarball",
+ "compression": "bz2",
+ "strip": 1,
+ "url": "http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2"
+ }
+}
diff --git a/open-source-lorries/boost.lorry b/open-source-lorries/boost.lorry
deleted file mode 100644
index 2a0e4d2..0000000
--- a/open-source-lorries/boost.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "boost": {
- "type": "svn",
- "url": "http://svn.boost.org/svn/boost/",
- "layout": "standard"
- }
-}