Corrections to the project renaming guide
Change-Id: I4ac59ff8e3ddc3f024115cf27f43207e76b43e04
This commit is contained in:
parent
9c825023a8
commit
dd2c44a463
@ -428,7 +428,7 @@ To rename a project:
|
||||
|
||||
#. Update the database on review.openstack.org::
|
||||
|
||||
sudo mysql --defaults-file=/etc/mysql/debian.cnf reviewdb
|
||||
sudo -H mysql reviewdb
|
||||
|
||||
update account_project_watches
|
||||
set project_name = "openstack/NEW"
|
||||
@ -450,7 +450,7 @@ To rename a project:
|
||||
cp -ax review_site/index index.backup.`date +%s`
|
||||
java -jar review_site/bin/gerrit.war reindex -d /home/gerrit2/review_site
|
||||
|
||||
#. Move the git repository on git{01-04}.openstack.org::
|
||||
#. Move the git repository on git{01-05}.openstack.org::
|
||||
|
||||
sudo mv /var/lib/git/openstack/{OLD,NEW}.git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user