Add auto-versioning to starlingx/config packages
This update makes use of the PKG_GITREVCOUNT variable to auto-version the packages in this repo. Change-Id: I3a2c8caeb4b4647608978b1f2ccfcf0661508803 Depends-On: https://review.opendev.org/727837 Story: 2006166 Task: 39766 Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
parent
6beb1992db
commit
320cc40de8
@ -1,2 +1,2 @@
|
||||
SRC_DIR="files"
|
||||
TIS_PATCH_VER=0
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="controllerconfig"
|
||||
TIS_PATCH_VER=152
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="storageconfig"
|
||||
TIS_PATCH_VER=6
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="cgts-client"
|
||||
TIS_PATCH_VER=76
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,4 +1,4 @@
|
||||
SRC_DIR="."
|
||||
COPY_LIST_TO_TAR="LICENSE sysinv-agent sysinv-agent.conf"
|
||||
EXCLUDE_LIST_FROM_TAR="centos sysinv-agent.bb"
|
||||
TIS_PATCH_VER=6
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="sysinv"
|
||||
TIS_PATCH_VER=346
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="tsconfig"
|
||||
TIS_PATCH_VER=12
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
@ -1,2 +1,2 @@
|
||||
SRC_DIR="workerconfig"
|
||||
TIS_PATCH_VER=12
|
||||
TIS_PATCH_VER=PKG_GITREVCOUNT
|
||||
|
Loading…
Reference in New Issue
Block a user