Add auto-version for remaining stx/oidc-auth-armada-app packages
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: 41450 Signed-off-by: Don Penney <don.penney@windriver.com> Change-Id: Ia53b469a5f0d1a680280d323b353989da6184330
This commit is contained in:
parent
f086d9b643
commit
f7c1bf8827
@ -4,4 +4,4 @@ VERSION=1.0.0
|
||||
TAR="$TAR_NAME-$SHA.tar.gz"
|
||||
|
||||
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="oidcauthtools"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +0,0 @@
|
||||
SRC_DIR="stx-oidc-client"
|
||||
TIS_PATCH_VER=1
|
Loading…
Reference in New Issue
Block a user