[openstack-dev] Gerrit maintenance concluded

Jeremy Stanley fungi at yuggoth.org
Sat Mar 28 01:06:33 UTC 2015


Our maintenance has concluded successfully without incident and the
accompanying Gerrit outage was roughly 30 minutes as predicted.

We moved 5 repositories to new Git namespaces:

    stackforge/bindep
        -> openstack-infra/bindep
    stackforge/gnocchi
        -> openstack/gnocchi
    stackforge/magnum
        -> openstack/magnum
    stackforge/os-client-config
        -> openstack/os-client-config
    stackforge/python-magnumclient
        -> openstack/python-magnumclient

We renamed 2 repositories:

    stackforge/fuel-tasks-validator
        -> stackforge/fuel-tasklib
    stackforge/xstatic-angular-irdragndrop
        -> stackforge/xstatic-angular-lrdragndrop

We retired 6 unmaintained/abandoned repositories:

    stackforge/cookbook-monasca-agent
        -> stackforge-attic/cookbook-monasca-agent
    stackforge/cookbook-monasca-api
        -> stackforge-attic/cookbook-monasca-api
    stackforge/cookbook-monasca-notification
        -> stackforge-attic/cookbook-monasca-notification
    stackforge/cookbook-monasca-persister
        -> stackforge-attic/cookbook-monasca-persister
    stackforge/cookbook-monasca-schema
        -> stackforge-attic/cookbook-monasca-schema
    stackforge/cookbook-monasca-thresh
        -> stackforge-attic/cookbook-monasca-thresh

I've uploaded these .gitreview updates and request the respective
core reviewers approve them as soon as possible to make things
easier on your contributors:

    bindep - https://review.openstack.org/168525
    fuel-tasklib - https://review.openstack.org/168526
    gnocchi - https://review.openstack.org/168527
    magnum - https://review.openstack.org/168528
    os-client-config - https://review.openstack.org/168529
    python-magnumclient - https://review.openstack.org/168530
    xstatic-angular-lrdragndrop - https://review.openstack.org/168531

Developers will either need to re-clone a new copy of the
repository, or manually update their remotes with something like:

    git remote set-url origin https://git.openstack.org/$ORG/$PROJECT

For users of Gertty, James Blair has provided the following example
recipe to rename a repository its database...

    sqlite3 ~/.gertty.db "update project
        set name='openstack-infra/bindep'
        where name='stackforge/bindep'"
    sqlite3 ~/.gertty.db "update change
        set id = replace(
            id, 'stackforge%2Fbindep',
            'openstack-infra%2Fbindep')
        where id like 'stackforge%%2Fbindep%'"

Make sure to rename any associated on-disk repository directories in
gertty's git-root as well.
-- 
Jeremy Stanley
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: Digital signature
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150328/3071719b/attachment.pgp>


More information about the OpenStack-dev mailing list