Mention Depends-On where the commit is made

Move the instructions for creating the cross-repository dependency to
the point where the commit is being constructed and submitted.

Change-Id: Ief91cee32cb3ad565d8828ee60bc10f5e6488fea
This commit is contained in:
Doug Hellmann 2015-03-04 17:31:21 -05:00
parent c707aefd4f
commit f27f69c8f0

View File

@ -230,12 +230,9 @@ edit the "Oslo" section::
Submit this change and note your change-Id. When you later create the Submit this change and note your change-Id. When you later create the
patch to the project-config project (the following steps outline how), patch to the project-config project (the following steps outline how),
make the project-config change dependent on the governance change by you will make the project-config change dependent on the governance
including a reference to the governance change in the commit message change by including a reference to the governance change in the commit
of the project-config change using:: message of the project-config change.
Depends-On: <Gerrit Change-Id>
Adding the Repository to the CI System Adding the Repository to the CI System
====================================== ======================================
@ -438,6 +435,11 @@ services <http://ci.openstack.org/irc.html>`_ documentation.
Submitting Infra Change for Review Submitting Infra Change for Review
---------------------------------- ----------------------------------
In your commit message, include a reference to the governance change
to make your project-config patch depend on it::
Depends-On: <Gerrit Change-Id>
When submitting the change to openstack-infra/project-config for When submitting the change to openstack-infra/project-config for
review, use the "new-project" topic so it receives the appropriate review, use the "new-project" topic so it receives the appropriate
attention:: attention::