From 7b03268b910ce6ba04f768b473bd4a6cb4f917e2 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 9 Sep 2014 15:15:40 +0100 Subject: Add log4cxx which takes ages to clone first-time, so set timeout to 2H --- lorry-controller.conf | 1 + open-source-lorries/log4cxx.lorry | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 open-source-lorries/log4cxx.lorry diff --git a/lorry-controller.conf b/lorry-controller.conf index 6b156ba..dc2c056 100644 --- a/lorry-controller.conf +++ b/lorry-controller.conf @@ -4,6 +4,7 @@ "uuid": "baserock/open-source-lorries/3H", "serial": 1, "interval": "3H", + "lorry-timeout": 7200, "create": "always", "destroy": "never", "stagger": true, diff --git a/open-source-lorries/log4cxx.lorry b/open-source-lorries/log4cxx.lorry new file mode 100644 index 0000000..c596b01 --- /dev/null +++ b/open-source-lorries/log4cxx.lorry @@ -0,0 +1,8 @@ +{ + "log4cxx": { + "type": "svn", + "url": "http://svn.apache.org/repos/asf/incubator/log4cxx", + "layout": "standard" + } +} + -- cgit v1.2.1