From 23336ef0dc271e305b4678a5f2b72f20cd0a7c88 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 3 Oct 2012 09:48:29 +0100 Subject: Lorry controller setup --- share/lorry-controller.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 share/lorry-controller.conf (limited to 'share') diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf new file mode 100644 index 0000000..b6f5838 --- /dev/null +++ b/share/lorry-controller.conf @@ -0,0 +1,20 @@ +[ + { + "type": "trove", + "uuid": "##PREFIX##/initial", + "serial": 1, + "trovehost": "git.baserock.org", + "ls-interval": "4H", + "interval": "2H", + "create": "always", + "destroy": "never", + "stagger": true, + "prefixmap": { + "baserock": "baserock", + "delta": "delta" + }, + "ignore": [ + "baserock/lorries" + ] + } +] -- cgit v1.2.1