@tomchon modify release scripts and change version number

This commit is contained in:
tomchon 2021-07-20 23:21:01 +08:00
parent 31fe3946e9
commit d39ff9193b
3 changed files with 7 additions and 5 deletions

View File

@ -4,7 +4,7 @@ PROJECT(TDengine)
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "2.0.20.9")
SET(TD_VER_NUMBER "2.0.20.10")
ENDIF ()
IF (DEFINED VERCOMPATIBLE)

View File

@ -67,8 +67,11 @@ done
if [ "$verType" == "beta" ]; then
dockername=${cpuType}-${verType}
dirName=${pkgFile%-beta*}
elif [ "$verType" == "stable" ]; then
dockername=${cpuType}
dirName=${pkgFile%-Linux*}
else
echo "unknow verType, nor stabel or beta"
exit 1
@ -84,11 +87,10 @@ comunityArchiveDir=/nas/TDengine/v$version/community # community versionpac
cd ${scriptDir}
cp -f ${comunityArchiveDir}/${pkgFile} .
dirName=${pkgFile%-Linux*}
echo "dirName=${dirName}"
docker build --rm -f "Dockerfile" -t tdengine/tdengine-${dockername}:${version} "." --build-arg pkgFile=${pkgFile} --build-arg dirName=${dirName}
docker build --rm -f "Dockerfile" --network=host -t tdengine/tdengine-${dockername}:${version} "." --build-arg pkgFile=${pkgFile} --build-arg dirName=${dirName}
docker login -u tdengine -p ${passWord} #replace the docker registry username and password
docker push tdengine/tdengine-${dockername}:${version}

View File

@ -1,6 +1,6 @@
name: tdengine
base: core18
version: '2.0.20.9'
version: '2.0.20.10'
icon: snap/gui/t-dengine.svg
summary: an open-source big data platform designed and optimized for IoT.
description: |
@ -72,7 +72,7 @@ parts:
- usr/bin/taosd
- usr/bin/taos
- usr/bin/taosdemo
- usr/lib/libtaos.so.2.0.20.9
- usr/lib/libtaos.so.2.0.20.10
- usr/lib/libtaos.so.1
- usr/lib/libtaos.so