stx-ptp-notification-helm: remove dl_hook
Replace dl_hook with "src_path" and "src_files" Test Plan: Pass: successfully build stx-ptp-notification-helm Pass: No difference comparing with the result of dl_hook Story: 2009101 Task: 43852 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Change-Id: I05ac7110ea03d13bd3fbf9e0eff5ca7bf8940945
This commit is contained in:
parent
e69617f2fc
commit
cd56e6ca0c
@ -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}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user