summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 11:56:49 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-11 13:05:28 +0000
commit076bf3106fcfe884d29be3ec16dcd8d7cef44fd0 (patch)
tree0db4a7fff8b2f2a922265500b0f18e4b522dd1ec /README
parent36cf89491a48e20002898a07b348e6f8c6064f54 (diff)
downloadlorry-controller-076bf3106fcfe884d29be3ec16dcd8d7cef44fd0.tar.gz
Allow glob patterns in the 'ignore' field for upstream Trovessam/ignore-globs
The documentation on wiki.baserock.org described the 'ignore' field as "glob patterns on repository pathnames which to not mirror (trove only)" but it was actually being treated as a simple list of repos to ignore. Globs are much more useful.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 31ad55e..d5e9d8a 100644
--- a/README
+++ b/README
@@ -126,8 +126,9 @@ Additionally, the following optional keys are allowed in Trove
specifications:
* `ignore` -- a list of git repositories from the other Trove that
- should NOT be mirrored. Each list element is a path to the git
- repository (not including leading slash).
+ should NOT be mirrored. Each list element is a glob pattern which
+ is matched against the path to the git repository (not including leading
+ slash).
* `auth` -- specify how to authenticate to the remote Trove over https
(only). It should be a dictionary with the fields `username` and