Clone multiple OpenStack repos as a group
Go to file
John L. Villalovos 5f1abd4888 Initial XML files which add the Ironic project
Change-Id: Ib6526e6260cb20023194f7e7b81fd0d589aeccc9
2016-04-11 14:01:39 -07:00
include Initial XML files which add the Ironic project 2016-04-11 14:01:39 -07:00
.gitreview Added .gitreview 2015-09-30 18:21:04 +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