From 3236e99affb558b0b25ea50ecdbea2072d61b7f9 Mon Sep 17 00:00:00 2001 From: Robert Church Date: Thu, 21 Jan 2021 20:37:38 +0200 Subject: [PATCH] Insert dependency between python-k8sapp and stx-app-helm 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 Change-Id: If2b4efb9213db5f621f55ffe9770253251e6fccc --- python-k8sapp-platform/centos/build_srpm.data | 1 + stx-platform-helm/centos/build_srpm.data | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-k8sapp-platform/centos/build_srpm.data b/python-k8sapp-platform/centos/build_srpm.data index 98cea4a..8bb4d6a 100644 --- a/python-k8sapp-platform/centos/build_srpm.data +++ b/python-k8sapp-platform/centos/build_srpm.data @@ -1,4 +1,5 @@ SRC_DIR="k8sapp_platform" +OPT_DEP_LIST="$STX_BASE/platform-armada-app/stx-platform-helm" # 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. diff --git a/stx-platform-helm/centos/build_srpm.data b/stx-platform-helm/centos/build_srpm.data index fc61c75..cc5c926 100644 --- a/stx-platform-helm/centos/build_srpm.data +++ b/stx-platform-helm/centos/build_srpm.data @@ -4,6 +4,8 @@ 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