
A change in python-k8sapp-platform is not always detected when building stx-platform-helm. Make sure changes are detected. Keep stx-platform-helm and python-k8sapp-platform version in sync. Closes-Bug: 1912490 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: If2b4efb9213db5f621f55ffe9770253251e6fccc
16 lines
633 B
Plaintext
16 lines
633 B
Plaintext
SRC_DIR="stx-platform-helm"
|
|
|
|
COPY_LIST_TO_TAR="\
|
|
$STX_BASE/helm-charts/node-feature-discovery/node-feature-discovery/helm-charts \
|
|
"
|
|
|
|
OPT_DEP_LIST="$STX_BASE/platform-armada-app/python-k8sapp-platform"
|
|
|
|
# Bump The version to be one less that what the version was 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
|
|
# plugins in python-k8sapp-platform
|
|
TIS_BASE_SRCREV=c608f2aaa92064b712e7076e4141a162b78fe995
|
|
TIS_PATCH_VER=GITREVCOUNT+7
|