Merge "stx-portieris-helm: remove dl_hook"
This commit is contained in:
commit
653fb1e519
@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
PKG_BUILD_NAME=$1
|
||||
PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME})
|
||||
PKG_DIR="stx-portieris-helm"
|
||||
|
||||
STX_BASE=$(realpath ${MY_REPO}/stx)
|
||||
SRC=$(realpath ${STX_BASE}/portieris-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-portieris-helm
|
||||
debver: 1.0-1
|
||||
dl_hook: dl_hook
|
||||
src_path: stx-portieris-helm
|
||||
src_files:
|
||||
- ${MY_REPO}/stx/helm-charts/psp-rolebinding/psp-rolebinding
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user