From 0be0dc79c3124b629e143200b2d237eadf20cedf Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 29 May 2014 14:32:14 -0700 Subject: [PATCH] Update gerrit replication command. Gerrit 2.8 uses a plugin to do replication and the command to trigger it is different than the built in command from 2.4. Update the docs to reflect the correct command. Change-Id: I4b97a94a932b469a72eb3141ebd340785577465c --- doc/source/gerrit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index 5e25e26a9b..526d36f9fb 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -464,7 +464,7 @@ To rename a project: project has been created but is empty, trigger replication to populate it:: - ssh -p 29418 review.openstack.org gerrit replicate --all + ssh -p 29418 review.openstack.org replication start --all #. Submit a change that updates .gitreview with the new location of the project.