From f27f69c8f0ebbcadd7424cf7ddf30560dfc28287 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 4 Mar 2015 17:31:21 -0500 Subject: [PATCH] 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 --- doc/source/creators.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index 33e6d33..1a1c2b3 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -230,12 +230,9 @@ edit the "Oslo" section:: Submit this change and note your change-Id. When you later create the patch to the project-config project (the following steps outline how), -make the project-config change dependent on the governance change by -including a reference to the governance change in the commit message -of the project-config change using:: - - Depends-On: - +you will make the project-config change dependent on the governance +change by including a reference to the governance change in the commit +message of the project-config change. Adding the Repository to the CI System ====================================== @@ -438,6 +435,11 @@ services `_ documentation. 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: + When submitting the change to openstack-infra/project-config for review, use the "new-project" topic so it receives the appropriate attention::