af359d4938
This update makes use of the PKG_GITREVCOUNT variable to auto-version the packages in this repo. Story: 2007750 Task: 39951 Change-Id: I854419c922b9db4edbbf6f1e987a982ec2ec7b59 Signed-off-by: Dongqi Chen <chen.dq@neusoft.com>
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
VERSION=2.7.1
|
|
TAR_NAME="docker-distribution"
|
|
TAR="$TAR_NAME-v$VERSION.tar.gz"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR $FILES_BASE/*"
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|
|
|