From cc0fe433b49bc9dd687116842939dc137886e638 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:25:55 -0500 Subject: [PATCH] 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 Change-Id: I63186d0561e47cb55f40856a4e01ff02f34406f3 --- monitor-helm-elastic/centos/build_srpm.data | 2 +- monitor-helm/centos/build_srpm.data | 2 +- stx-monitor-helm/centos/build_srpm.data | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/monitor-helm-elastic/centos/build_srpm.data b/monitor-helm-elastic/centos/build_srpm.data index ec1821b..679925b 100644 --- a/monitor-helm-elastic/centos/build_srpm.data +++ b/monitor-helm-elastic/centos/build_srpm.data @@ -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 diff --git a/monitor-helm/centos/build_srpm.data b/monitor-helm/centos/build_srpm.data index 748b47f..8fe6d1d 100644 --- a/monitor-helm/centos/build_srpm.data +++ b/monitor-helm/centos/build_srpm.data @@ -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 diff --git a/stx-monitor-helm/centos/build_srpm.data b/stx-monitor-helm/centos/build_srpm.data index 1846d37..d7da56b 100644 --- a/stx-monitor-helm/centos/build_srpm.data +++ b/stx-monitor-helm/centos/build_srpm.data @@ -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