Merge "sm-db: remove dl_hook"

This commit is contained in:
Zuul 2021-12-15 22:56:58 +00:00 committed by Gerrit Code Review
commit 5c6b1616ef
2 changed files with 5 additions and 12 deletions

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -x
PKG_BUILD_NAME=$1
PKG_BUILD_ROOT=$(realpath `pwd`/${PKG_BUILD_NAME})
STX_BASE=$(realpath ${MY_REPO}/stx)
SRC=$(realpath ${STX_BASE}/ha/service-mgmt/sm-db)
mkdir ${PKG_BUILD_NAME}
pushd ${PKG_BUILD_NAME}
cp -pr ${SRC}/{src,database,Makefile} ${PKG_BUILD_ROOT}/

View File

@ -1,7 +1,11 @@
---
debname: sm-db
debver: 1.0.0-1
dl_hook: dl_hook
src_path: null
src_files:
- src
- database
- Makefile
revision:
dist: $STX_DIST
PKG_GITREVCOUNT: true