[openstack-dev] [infra] [all] config repository rename to system-config
Jeremy Stanley
fungi at yuggoth.org
Sat Oct 18 00:14:51 UTC 2014
As previously announced, we have now completed renaming of the
following Git repositories:
openstack-infra/config -> openstack-infra/system-config
stackforge/glance-formula -> stackforge/glance-salt-formula
stackforge/keystone-formula -> stackforge/keystone-salt-formula
You will want to update your git remotes on any existing clones of
these repositories accordingly. Something like...
cd git/openstack-infra/
mv config/ system-config
cd system-config/
git remote set-url origin \
https://review.openstack.org/p/openstack-infra/system-config
git remote set-url gerrit \
ssh://USER@review.openstack.org:29418/openstack-infra/system-config.git
cd
For users of Gertty, James Blair has provided the following example
recipe for updating its database...
sqlite3 ~/.gertty.db "update project
set name='openstack-infra/system-config'
where name='openstack-infra/config'"
sqlite3 ~/.gertty.db "update change
set id = replace(
id, 'openstack-infra%2Fconfig',
'openstack-infra%2Fsystem-config')
where id like 'openstack-infra%%2Fconfig%'"
--
Jeremy Stanley
More information about the OpenStack-dev
mailing list