Update gerrit project rename instructions

We have a git farm now rather than a single git server.

And we can remove workspaces with salt.

Change-Id: If7395db9e3809e6589ce07ceef30e1d942362efe
This commit is contained in:
James E. Blair 2014-02-07 09:02:19 -08:00
parent 2a8e85c7f1
commit c1495cdca4
1 changed files with 3 additions and 3 deletions

View File

@ -414,7 +414,7 @@ To rename a project:
sudo mv ~gerrit2/review_site/git/openstack/{OLD,NEW}.git
sudo mv /var/lib/git/openstack/{OLD,NEW}.git
#. Move the git repository on git.openstack.org::
#. Move the git repository on git{01-04}.openstack.org::
sudo mv /var/lib/git/openstack/{OLD,NEW}.git
@ -441,8 +441,8 @@ To rename a project:
changing, gate jobs may fail due to outdated remote URLs. Clear
the workspaces on persistent Jenkins slaves to mitigate this::
ssh -t $h.slave.openstack.org 'sudo rm -rf ~jenkins/workspace/*PROJECT*'
sudo salt '*.slave.openstack.org' cmd.run 'rm -rf ~jenkins/workspace/*PROJECT*'
#. Again, if this is an org move rather than a rename and the GitHub
project has been created but is empty, trigger replication to
populate it::