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://u...@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 _______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev