Workflow documentation is now in infra-manual

Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I7e589febbc12bd70c5d5f3c03fb33d5d5b182aa1
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:37 +00:00 committed by Andreas Jaeger
parent 2023930fd7
commit dc0f163f4c
3 changed files with 12 additions and 12 deletions

View File

@ -1,10 +1,12 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer, start here" you must follow the steps in this page:
section of this page: [http://wiki.openstack.org/HowToContribute](http://wiki.openstack.org/HowToContribute#If_you.27re_a_developer.2C_start_here:) [http://docs.openstack.org/infra/manual/developers.html](http://docs.openstack.org/infra/manual/developers.html)
Once those steps have been completed, changes to OpenStack If you already have a good understanding of how the system works and
should be submitted for review via the Gerrit tool, following your OpenStack accounts are set up, you can skip to the development
the workflow documented at [http://wiki.openstack.org/GerritWorkflow](http://wiki.openstack.org/GerritWorkflow). workflow section of this documentation to learn how changes to
OpenStack should be submitted for review via the Gerrit tool:
[http://docs.openstack.org/infra/manual/developers.html#development-workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow).
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -87,7 +87,7 @@ or Mac OS X 10.7 (OpenSSL 0.9.8r) works fine with Manila.
Getting the code Getting the code
---------------- ----------------
Grab the code from GitHub:: Grab the code::
git clone https://github.com/openstack/manila.git git clone https://github.com/openstack/manila.git
cd manila cd manila
@ -146,4 +146,4 @@ into trunk unless you are listed in the Authors file. Manila uses the Gerrit
code review system. For information on how to submit your branch to Gerrit, code review system. For information on how to submit your branch to Gerrit,
see GerritWorkflow_. see GerritWorkflow_.
.. _GerritWorkflow: http://wiki.openstack.org/GerritWorkflow .. _GerritWorkflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -7,10 +7,8 @@ is http://review.openstack.org.
Gerrit is a complete replacement for Github pull requests. `All Github pull Gerrit is a complete replacement for Github pull requests. `All Github pull
requests to the Manila repository will be ignored`. requests to the Manila repository will be ignored`.
See `Gerrit Workflow Quick Reference`_ for information about how to get See the `Development Workflow`_ for more detailed documentation on how
started using Gerrit. See `Gerrit, Jenkins and Github`_ for more detailed to work with Gerrit.
documentation on how to work with Gerrit.
.. _Gerrit: http://code.google.com/p/gerrit .. _Gerrit: http://code.google.com/p/gerrit
.. _Gerrit, Jenkins and Github: http://wiki.openstack.org/GerritJenkinsGithub .. _Development Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow
.. _Gerrit Workflow Quick Reference: http://wiki.openstack.org/GerritWorkflow