
Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to use PKG_GITREVCOUNT where possible, with offsets as needed to ensure the version is incremented above the hardcoded version. Story: 2008455 Task: 41455 Signed-off-by: Don Penney <don.penney@windriver.com> Change-Id: Icdc9d71d1268a4d3dd9e569c8642717bceadda5e
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
TAR_NAME=openstack-helm-infra
|
|
SHA=34d54f2812b7d54431d548cff08fe8da7f838124
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|