Clone multiple OpenStack repos as a group
Go to file
OpenDev Sysadmins 9ab56f6dc8 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:16 +00:00
include Initial XML files which add the Ironic project 2016-04-11 14:01:39 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:16 +00:00
README.rst Initial XML files which add the Ironic project 2016-04-11 14:01:39 -07:00
ironic Initial XML files which add the Ironic project 2016-04-11 14:01:39 -07:00

README.rst

git-repo-manifests

git-repo-manifests

git-repo-manifests is a collection of manifest files that are used with Google's git-repo program

Installing the repo script

Instructions for installing the repo script are at:

https://source.android.com/source/downloading.html

In the section 'Installing Repo'

Configure gitconfig

In your ~/.gitconfig you need to add a section like this. Please make sure to put your actual Gerrit ID where it says YOUR_GERRIT_ID_HERE:

[review "https://review.openstack.org/"]
    username = YOUR_GERRIT_ID_HERE

Sample usage

$ mkdir ironic-repo
$ cd ironic-repo
$ repo init -u https://git.openstack.org/openstack/git-repo-manifests -m ironic
$ repo sync --no-clone-bundle
$ cd ironic
$ repo start testing ironic
$ touch ironic/tests/TESTING
$ git add ironic/tests/TESTING
$ git commit -m 'Testing'
$ repo upload ironic