From 9a3f31df985811b9aff5590224a5bd9c7db52cdd Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Wed, 20 Apr 2016 03:57:06 +0000 Subject: [PATCH] Document upstream executable numbering convention Add documentation to our developer guide about not creating executables before or after 10/90 in the upstream element's phase directories. Change-Id: I93ab70f37da0d81f8683a76fd3b341b761ea04e9 --- doc/source/developer/developing_elements.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/source/developer/developing_elements.rst b/doc/source/developer/developing_elements.rst index 84a2fc834..a999a22db 100644 --- a/doc/source/developer/developing_elements.rst +++ b/doc/source/developer/developing_elements.rst @@ -42,6 +42,11 @@ Conform to the following conventions: See the :ref:`dev-global-image-build-variables` section of this document for more information. +* Elements in the upstream diskimage-builder elements should not create + executables which run before 10- or after 90- in any of the phases if + possible. This is to give downstream elements the ability to easily make + executables which run after our upstream ones. + .. _phase-subdirectories: Phase Subdirectories