Add auto-version for remaining stx/monitor-armada-app packages

Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to
use PKG_GITREVCOUNT where possible, with offsets as needed to ensure
the version is incremented above the hardcoded version.

Story: 2008455
Task: 41462
Signed-off-by: Don Penney <don.penney@windriver.com>
Change-Id: I63186d0561e47cb55f40856a4e01ff02f34406f3
This commit is contained in:
Don Penney 2020-12-17 13:25:55 -05:00
parent 3bb54aad85
commit cc0fe433b4
3 changed files with 3 additions and 3 deletions

View File

@ -5,4 +5,4 @@ TAR="$TAR_NAME-$SHA.tar.gz"
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
TIS_PATCH_VER=1
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -5,4 +5,4 @@ TAR="$TAR_NAME-$SHA.tar.gz"
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
TIS_PATCH_VER=4
TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -3,4 +3,4 @@ SRC_DIR="stx-monitor-helm"
# version. Any change to this version must also be reflected in the
# SUPPORTED_VERSIONS list in sysinv/helm/monitor_version_check.py
#
TIS_PATCH_VER=1
TIS_PATCH_VER=PKG_GITREVCOUNT