diff options
author | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2017-01-11 10:01:59 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2017-01-11 10:01:59 +0000 |
commit | b6edbc0859409d86dfb934a0999a0d9621db5d38 (patch) | |
tree | 41d54d2a6f4df7b10afb2c89565408a1c5eb33b4 /lorry-controller.conf | |
parent | f052871df8de6431921dc74c59aaa7d022c8662e (diff) | |
download | lorries-b6edbc0859409d86dfb934a0999a0d9621db5d38.tar.gz |
Add lorry for definitions.git in Gitlab
Change-Id: Iaa4bf319538f0b3c8cf0ef4a514c9a58011fd424
Diffstat (limited to 'lorry-controller.conf')
-rw-r--r-- | lorry-controller.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf index dc2c056..d613cf3 100644 --- a/lorry-controller.conf +++ b/lorry-controller.conf @@ -13,5 +13,20 @@ "globs": [ "open-source-lorries/*.lorry" ] + }, + { + "type": "lorries", + "uuid": "baserock/core-lorries/1H", + "serial": 1, + "interval": "1H", + "lorry-timeout": 7200, + "create": "always", + "destroy": "never", + "stagger": true, + "prefix": "baserock", + "tarball": "always", + "globs": [ + "core-lorries/*.lorry" + ] } ] |