Workflow documentation is now in infra-manual

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

Change-Id: I5ef5385a31f92ab0831e780c96b06da503106f9e
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:40 +00:00
parent 4b97008b0e
commit a074c02eea
5 changed files with 10 additions and 11 deletions

View File

@ -1,8 +1,7 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer"
section of this page:
you must follow the steps in this page:
http://wiki.openstack.org/HowToContribute
http://docs.openstack.org/infra/manual/developers.html
You can find more Sahara-specific info in our How To Participate guide:
@ -12,7 +11,7 @@ Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
http://wiki.openstack.org/GerritWorkflow
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.

View File

@ -45,7 +45,7 @@ On openSUSE-based distributions (SLES 12, openSUSE, Factory or Tumbleweed)::
$ sudo zypper in gcc git libmysqlclient-devel postgresql-devel python-devel python-pip python-tox python-virtualenv
2. Grab the code from GitHub:
2. Grab the code:
.. sourcecode:: console

View File

@ -52,7 +52,7 @@ Ubuntu 12.04 system.
.. sourcecode:: console
$ sudo apt-get install git-core
$ git clone https://github.com/openstack-dev/devstack.git
$ git clone https://git.openstack.org/cgit/openstack-dev/devstack.git
2. Create file ``local.conf`` in devstack directory with the following content:

View File

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

View File

@ -51,9 +51,9 @@ How to send your first patch on review?
* Checkout Sahara code from `Github <https://github.com/openstack/sahara>`_
* Carefully read https://wiki.openstack.org/wiki/Gerrit_Workflow
* Carefully read http://docs.openstack.org/infra/manual/developers.html#development-workflow
* Pay special attention to https://wiki.openstack.org/wiki/Gerrit_Workflow#Committing_Changes
* Pay special attention to http://docs.openstack.org/infra/manual/developers.html#committing-a-change
* Apply and commit your changes