8ec4e97b34
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. Change-Id: I9b40cd7e41c0cd713b73741ac3c8cab41d358642 Story: 2008455 Task: 41461 Signed-off-by: Don Penney <don.penney@windriver.com>
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
# NOTE: This package and version is identical to
|
|
# stx/openstack-armada-app/openstack-helm-infra .
|
|
# This decouples distro build of armada chart from flock.
|
|
TAR_NAME=openstack-helm-infra
|
|
SHA=c9d6676bf9a5aceb311dc31dadd07cba6a3d6392
|
|
VERSION=1.0.0
|
|
TAR="$TAR_NAME-$SHA.tar.gz"
|
|
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/*"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|