From 4076e8f12f20f6dd6230d6015b2cb8228cdc8076 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 2 Oct 2012 11:37:58 +0100 Subject: Initial config for testing --- README | 5 +++++ lorry-controller.conf | 18 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 lorry-controller.conf diff --git a/README b/README index 1907cca..5b2ad21 100644 --- a/README +++ b/README @@ -6,3 +6,8 @@ Legalese This code is proprietary and should not be distributed outside of Codethink. +Notes +----- + +The lorry-controller.conf here is an example starting config for any customer +configuration. It is a single trove instance pointing at git.baserock.org. diff --git a/lorry-controller.conf b/lorry-controller.conf new file mode 100644 index 0000000..4e30c76 --- /dev/null +++ b/lorry-controller.conf @@ -0,0 +1,18 @@ +{ + { + "type": "trove", + "serial": 1, + "trovehost": "git.baserock.org", + "ls-interval": "1H", + "prefixmap": { + "baserock": "baserock", + "delta": "delta" + }, + "ignore": [ + "baserock/lorries" + ], + "create": "always", + "destroy": "unchanged", + "interval": "2H" + } +} \ No newline at end of file -- cgit v1.2.1