From def483ab7413bf5479c07473de180dbf5b54d2a8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 13 Jan 2017 08:03:45 +1100 Subject: [PATCH] Updates for rename instructions Small updates: show an example of multiple projects in the yaml file, and warn about when to restart puppet Change-Id: I77c07035f0df775558d82fa54b968f1acdbfb713 --- doc/source/gerrit.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index dd5728ec75..e29ec60484 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -432,6 +432,8 @@ To rename a project: repos: - old: stackforge/awesome-repo new: openstack/awesome-repo + - old: openstack/foo + new: openstack/bar gerrit_groups: - old: old-core-group new: new-core-group @@ -472,6 +474,11 @@ To rename a project: sudo crontab -u root -e + .. warning:: + Wait for the ``project-config`` changes to merge before + re-enabling cron, else duplicate projects can appear that have + to be manually removed. + #. Submit a change that updates .gitreview with the new location of the project.