diff --git a/stx-ptp-notification-helm/debian/dl_hook b/stx-ptp-notification-helm/debian/dl_hook deleted file mode 100755 index 1f964bf..0000000 --- a/stx-ptp-notification-helm/debian/dl_hook +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -set -x - -PKG_BUILD_NAME=$1 -PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME}) -PKG_DIR="stx-ptp-notification-helm" - -STX_BASE=$(realpath ${MY_REPO}/stx) -SRC=$(realpath ${STX_BASE}/ptp-notification-armada-app/${PKG_DIR}/${PKG_DIR}) -PSP_HELM_CHARTS=$(realpath ${STX_BASE}/helm-charts/psp-rolebinding/psp-rolebinding/helm-charts) - -mkdir -p ${PKG_BUILD_ROOT} - -# Copy PSP rolebinding helm charts to the build directory. -cp -pr ${PSP_HELM_CHARTS} ${PKG_BUILD_ROOT} - -# Copy source files to the build directory. -cp -pr ${SRC}/files ${PKG_BUILD_ROOT} -cp -pr ${SRC}/helm-charts/* ${PKG_BUILD_ROOT}/helm-charts -cp -pr ${SRC}/manifests ${PKG_BUILD_ROOT} diff --git a/stx-ptp-notification-helm/debian/meta_data.yaml b/stx-ptp-notification-helm/debian/meta_data.yaml index 511b3d9..cef3ac9 100644 --- a/stx-ptp-notification-helm/debian/meta_data.yaml +++ b/stx-ptp-notification-helm/debian/meta_data.yaml @@ -1,7 +1,9 @@ --- debname: stx-ptp-notification-helm debver: 1.0-1 -dl_hook: dl_hook +src_path: stx-ptp-notification-helm +src_files: + - ${MY_REPO}/stx/helm-charts/psp-rolebinding/psp-rolebinding revision: dist: $STX_DIST PKG_GITREVCOUNT: true