142f990d72
Adjusted some build files to bring them as close to a standard as possible. - Added version tracking via GITREVCOUNT - Fixed mismatch in plugin name, set to python3-k8sapp-<app> - Standardized plugin debian files (rules, *.install) Test Plan: PASS - Build-pkgs -a PASS - wheel versioning updated properly Story: 2010542 Task: 47182 Signed-off-by: Leonardo Fagundes Luz Serrano <Leonardo.FagundesLuzSerrano@windriver.com> Change-Id: I07459c426c835b19df67d7ab4f86d402339d6ab3
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
SRC_DIR="k8sapp_openstack"
|
|
|
|
# Bump the version by the previous version value prior to decoupling as this
|
|
# will align the GITREVCOUNT value to increment the version by one. Remove this
|
|
# (i.e. reset to 0) on then next major version changes when TIS_BASE_SRCREV
|
|
# changes. This version should align with the version of the helm charts in
|
|
# stx-openstack-helm
|
|
TIS_BASE_SRCREV=8d3452a5e864339101590e542c24c375bb3808fb
|
|
TIS_PATCH_VER=GITREVCOUNT+20
|