Correct stackforge .gitreview docs.
The manage projects script adds a gitreview file for you if the new projects does not have an upstream. Make it clear that you only need to add the .gitreview file on projects with an existing upstream. Also, fix a tiny typo in the Jenkins document. Change-Id: I74c07d9cd952509bd9ddc883a833cb3e22b13b38 Reviewed-on: https://review.openstack.org/18570 Reviewed-by: Monty Taylor <mordred@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
e13eea405e
commit
c74ac6ab8b
@ -15,7 +15,7 @@ all code should be reviewed and tested before being merged in to trunk,
|
||||
and that as many tasks around review, testing, merging and release that
|
||||
can be automated should be.
|
||||
|
||||
Jenkis is essentially a job queing system, and everything that is done
|
||||
Jenkins is essentially a job queing system, and everything that is done
|
||||
through Jenkins can be thought of as having a few discreet components:
|
||||
|
||||
* Triggers - What causes a job to be run
|
||||
|
@ -185,9 +185,9 @@ change to review.openstack.org.
|
||||
Add .gitreview file to project
|
||||
==============================
|
||||
|
||||
Once the change created following the above steps is merged and applied
|
||||
to Gerrit, Jenkins, et al you will want to add a ``.gitreview`` file to
|
||||
your repository in order to use the ``git review`` tool.
|
||||
If the new project you have added has a specified upstream you will need
|
||||
to add a ``.gitreview`` file to the project once it has been created. This
|
||||
new file will allow you to use ``git review``.
|
||||
|
||||
The basic process is clone from stackforge, add file, push to Gerrit,
|
||||
review and approve.::
|
||||
|
Loading…
x
Reference in New Issue
Block a user