summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-05-08 17:17:03 +0200
committerGuido Günther <agx@sigxcpu.org>2015-05-08 17:17:03 +0200
commit6784d8752181c5b1a6f44510dc7c308392d5eba7 (patch)
tree5756b514942e26c9c310b282786dee8c711a916b
parent735e4c7966f4a83e232280c6923e5af54860de14 (diff)
Document mirror update
-rw-r--r--development/gerrit.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/gerrit.mdwn b/development/gerrit.mdwn
index 19cbb01..56dd44b 100644
--- a/development/gerrit.mdwn
+++ b/development/gerrit.mdwn
@@ -12,3 +12,12 @@ Then rebuild the caches and check the project list:
# Groups
While older versions hat a drop down box to select whether it's a ldap or system
group you need to prefix groups with *ldap/* in recent gerrit.
+
+# Retrigger a sync to a mirror
+
+Retrigger the sync to a certain destination by adding any part of it's URL:
+
+ GERRIT=localhost
+ ssh -p 29418 $GERRIT gerrit plugin reload replication
+ ssh -p 29418 $GERRIT start --url foobar --all --wait
+