aboutsummaryrefslogtreecommitdiff
path: root/mirror.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'mirror.conf.sample')
-rw-r--r--mirror.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/mirror.conf.sample b/mirror.conf.sample
index 4ee30a1..c40170d 100644
--- a/mirror.conf.sample
+++ b/mirror.conf.sample
@@ -19,7 +19,11 @@ $ssh_identity = ~/.ssh/id_rsa
$repo_root = ssh://somewhere.org/git
[DESTINATION-local]
-# Usecase 3: target is a local tree (e.g. for testing)
+# Usecase 3: target is a local tree (for improved performance or for testing)
+# Note that if repositories are backed by Gerrit then bypassing it for pushes
+# means that some of Gerrit processing won't run - this includes triggers, and
+# some other functionality like automatically marking local reviews which were
+# merged upstream as "Merged" in local Gerrit.
$repo_root = /mnt/gerrit-git-snapshot/git
#[git://another-android-tree.org]