summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-04 17:59:45 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-04 17:59:45 +0000
commite2cdbc9b64329b6d35bb72f691f9a4eeeebc5301 (patch)
treeb256f549beceed1035767caa430aedb4e1371df5
parent62e1ac63b54b6cf5be8809fa417bc1d07efe55ad (diff)
downloadlorry-controller-e2cdbc9b64329b6d35bb72f691f9a4eeeebc5301.tar.gz
Document prefixmap
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 5203b25..90d6abd 100644
--- a/README
+++ b/README
@@ -38,7 +38,10 @@ Trove specs have the following keys:
* `ls-interval` determines how often should Lorry Controller query the
other Trove for a list of repositories it may mirror. See below for
INTERVAL.
-* `prefixmap` probably has some meaning (FIXME: find out what).
+* `prefixmap` maps repository path prefixes from the other Trove to
+ the local Trove. If the remote prefix is `foo`, and the local prefix
+ is `bar`, then remote repository `foo/baserock/yeehaa` gets mirrored
+ to local repository `bar/baserock/yeehaa`.
* `ignore` is 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).