summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 10:09:03 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 10:09:03 +0100
commitd4b09fc6a4b870a1a22d5a259e9b51d71386d434 (patch)
tree91eca0abbbff6db05434136f449dbd78f17d2aec /share
parentc060574362e4980d56a52c9a5983e971e46521ba (diff)
downloadtrove-setup-d4b09fc6a4b870a1a22d5a259e9b51d71386d434.tar.gz
Update default lorry controller config and add a README. All untested
Diffstat (limited to 'share')
-rw-r--r--share/README.lorry-controller18
-rw-r--r--share/lorry-controller.conf15
2 files changed, 33 insertions, 0 deletions
diff --git a/share/README.lorry-controller b/share/README.lorry-controller
new file mode 100644
index 0000000..1c70617
--- /dev/null
+++ b/share/README.lorry-controller
@@ -0,0 +1,18 @@
+Source code acquisition
+=======================
+
+This repository controls the source code acquisition service known as Lorry.
+
+When it was created, there were two stanzas in the controller configuration
+file. One which retrieved open source Baserock into your Trove and one which
+allows you to create individual Lorry configurations for other open source
+code.
+
+Please refer to the Trove Reference Manual chapters on the source code
+acquisition service (Lorry) and the Developing With Baserock document's
+scenarios regarding adding external software to your Trove before attempting to
+add any additional configuration to this repository.
+
+Remember, the Lorry tool is not permitted to manage repositories inside your
+prefix which is ##PREFIX##.
+
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index b6f5838..fb7a94c 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -15,6 +15,21 @@
},
"ignore": [
"baserock/lorries"
+ ],
+ "tarball": "always"
+ },
+ {
+ "type": "lorries",
+ "uuid": "##PREFIX##/open-source-lorries",
+ "serial": 1,
+ "interval": "6H",
+ "create": "always",
+ "destroy": "never",
+ "stagger": true,
+ "prefix": "delta",
+ "tarball": "always",
+ "globs": [
+ "open-source-lorries/*.lorry"
]
}
]