summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).