From 6784d8752181c5b1a6f44510dc7c308392d5eba7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 8 May 2015 17:17:03 +0200 Subject: Document mirror update --- development/gerrit.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + -- cgit v1.2.3