Add auto-version for remaining stx/utilities 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.

Change-Id: Ia1ade77e12b948040f06806a5417d005488e3bb9
Story: 2008455
Task: 41460
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2020-12-17 13:20:49 -05:00
parent 83a9830529
commit 467851e8d5
11 changed files with 11 additions and 11 deletions

View File

@ -1,3 +1,3 @@
SRC_DIR="ceph-manager" SRC_DIR="ceph-manager"
COPY_LIST_TO_TAR="files scripts" COPY_LIST_TO_TAR="files scripts"
TIS_PATCH_VER=6 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

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

View File

@ -1,2 +1,2 @@
COPY_LIST="$PKG_BASE/files/* $PKG_BASE/LICENSE $PKG_BASE/server-csr.conf" COPY_LIST="$PKG_BASE/files/* $PKG_BASE/LICENSE $PKG_BASE/server-csr.conf"
TIS_PATCH_VER=13 TIS_PATCH_VER=PKG_GITREVCOUNT+8

View File

@ -1,2 +1,2 @@
SRC_DIR="tpm2-openssl-engine" SRC_DIR="tpm2-openssl-engine"
TIS_PATCH_VER=2 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
SRC_DIR="scripts" SRC_DIR="scripts"
TIS_PATCH_VER=4 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,4 +1,4 @@
SRC_DIR="logmgmt" SRC_DIR="logmgmt"
COPY_LIST_TO_TAR="scripts" COPY_LIST_TO_TAR="scripts"
COPY_LIST="$SRC_DIR/LICENSE" COPY_LIST="$SRC_DIR/LICENSE"
TIS_PATCH_VER=5 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

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

View File

@ -1,2 +1,2 @@
COPY_LIST="LICENSE files/*" COPY_LIST="LICENSE files/*"
TIS_PATCH_VER=0 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,3 +1,3 @@
SRC_DIR="pci_irq_affinity" SRC_DIR="pci_irq_affinity"
COPY_LIST_TO_TAR="files/*" COPY_LIST_TO_TAR="files/*"
TIS_PATCH_VER=1 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,2 +1,2 @@
COPY_LIST="files/*" COPY_LIST="files/*"
TIS_PATCH_VER=2 TIS_PATCH_VER=PKG_GITREVCOUNT

View File

@ -1,3 +1,3 @@
SRC_DIR="worker-utils" SRC_DIR="worker-utils"
COPY_LIST="$SRC_DIR/LICENSE" COPY_LIST="$SRC_DIR/LICENSE"
TIS_PATCH_VER=5 TIS_PATCH_VER=PKG_GITREVCOUNT