Add TIS_PATCH_VER info to submmision guide

This is being added to reminder developers about the need to update this
variable to prevent build and package installation breakage.

Change-Id: Id96409989b58a636dd4ca507a5191065be89d09e
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold
2020-05-13 08:26:45 -07:00
parent 7688869285
commit cc3efc6588

View File

@@ -89,6 +89,10 @@ Pre-review and pre-submission testing
* For the majority of cases, it is expected that the author completes their
testing before posting a review.
* Make sure the new code compiles and builds successfully.
* For each package being modified, update the ``TIS_PATCH_VER`` variable in
the centos/build_srpm.data. This ensures that packages are versioned
correctly and the latest version will be used. If up-versioning a
package then reset ``TIS_PATCH_VER`` to 0.
* Run tox tests (flake8, py27, etc) successfully. These can all be run manually
prior to launching a review.
* Update existing automated unit tests and add new ones when applicable.