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
This commit is contained in:
parent
9b83ae3e53
commit
def483ab74
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user