From 66b35d644e81840e4565a1aeb3fe4d8a9f26ffa1 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Thu, 26 Sep 2013 19:25:40 +0000 Subject: Disable the current boost svn lorry as it takes > 13 hours to process. Add a tarball lorry for boost instead. --- open-source-lorries-disabled/boost.lorry | 7 +++++++ open-source-lorries/boost-tarball.lorry | 8 ++++++++ open-source-lorries/boost.lorry | 7 ------- 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 open-source-lorries-disabled/boost.lorry create mode 100644 open-source-lorries/boost-tarball.lorry delete mode 100644 open-source-lorries/boost.lorry diff --git a/open-source-lorries-disabled/boost.lorry b/open-source-lorries-disabled/boost.lorry new file mode 100644 index 0000000..2a0e4d2 --- /dev/null +++ b/open-source-lorries-disabled/boost.lorry @@ -0,0 +1,7 @@ +{ + "boost": { + "type": "svn", + "url": "http://svn.boost.org/svn/boost/", + "layout": "standard" + } +} 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" - } -} -- cgit v1.2.1