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