summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-04 14:58:02 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-04 15:17:40 +0100
commit3cc863ca9e264bd5439d8f9bfd6dcc6a8b628161 (patch)
treed202f9abb1bde3be9cbe8331968169b33b8dd62b /share
parent4f6fbbb22d6f769694250b904985c6196067d7de (diff)
downloadtrove-setup-3cc863ca9e264bd5439d8f9bfd6dcc6a8b628161.tar.gz
Add *-source-lorries directories to the default lorries repo
Diffstat (limited to 'share')
-rw-r--r--share/closed-source-lorries/README1
-rw-r--r--share/lorry-controller.conf3
-rw-r--r--share/open-source-lorries/README1
3 files changed, 4 insertions, 1 deletions
diff --git a/share/closed-source-lorries/README b/share/closed-source-lorries/README
new file mode 100644
index 0000000..8b422be
--- /dev/null
+++ b/share/closed-source-lorries/README
@@ -0,0 +1 @@
+Lorries of code that is closed-source should go here
diff --git a/share/lorry-controller.conf b/share/lorry-controller.conf
index fb7a94c..fecf2ca 100644
--- a/share/lorry-controller.conf
+++ b/share/lorry-controller.conf
@@ -29,7 +29,8 @@
"prefix": "delta",
"tarball": "always",
"globs": [
- "open-source-lorries/*.lorry"
+ "open-source-lorries/*.lorry",
+ "closed-source-lorries/*.lorry"
]
}
]
diff --git a/share/open-source-lorries/README b/share/open-source-lorries/README
new file mode 100644
index 0000000..1394520
--- /dev/null
+++ b/share/open-source-lorries/README
@@ -0,0 +1 @@
+Lorries of code that is open-source should go here