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>
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
VERSION=0.9.1
|
|
TAR_NAME=requests-toolbelt
|
|
TAR="$TAR_NAME-$VERSION.tar.gz"
|
|
# SRC_DIR="$TAR_NAME-$VERSION"
|
|
COPY_LIST="${CGCS_BASE}/downloads/$TAR"
|
|
|
|
TIS_PATCH_VER=PKG_GITREVCOUNT
|