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:
Don Penney 2020-12-17 13:23:44 -05:00
parent f086d9b643
commit f7c1bf8827
3 changed files with 2 additions and 4 deletions

View File

@ -4,4 +4,4 @@ VERSION=1.0.0
TAR="$TAR_NAME-$SHA.tar.gz" TAR="$TAR_NAME-$SHA.tar.gz"
COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* " COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* "
TIS_PATCH_VER=1 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="oidcauthtools" SRC_DIR="oidcauthtools"
TIS_PATCH_VER=0 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +0,0 @@
SRC_DIR="stx-oidc-client"
TIS_PATCH_VER=1