Merge branch '3.0' into fix/TD-25064
This commit is contained in:
commit
baf4210a45
|
@ -2,7 +2,7 @@
|
||||||
IF (DEFINED VERNUMBER)
|
IF (DEFINED VERNUMBER)
|
||||||
SET(TD_VER_NUMBER ${VERNUMBER})
|
SET(TD_VER_NUMBER ${VERNUMBER})
|
||||||
ELSE ()
|
ELSE ()
|
||||||
SET(TD_VER_NUMBER "3.0.6.0.alpha")
|
SET(TD_VER_NUMBER "3.1.0.0.alpha")
|
||||||
ENDIF ()
|
ENDIF ()
|
||||||
|
|
||||||
IF (DEFINED VERCOMPATIBLE)
|
IF (DEFINED VERCOMPATIBLE)
|
||||||
|
|
|
@ -10,6 +10,10 @@ For TDengine 2.x installation packages by version, please visit [here](https://w
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 3.0.6.0
|
||||||
|
|
||||||
|
<Release type="tdengine" version="3.0.6.0" />
|
||||||
|
|
||||||
## 3.0.5.1
|
## 3.0.5.1
|
||||||
|
|
||||||
<Release type="tdengine" version="3.0.5.1" />
|
<Release type="tdengine" version="3.0.5.1" />
|
||||||
|
|
|
@ -10,6 +10,10 @@ TDengine 2.x 各版本安装包请访问[这里](https://www.taosdata.com/all-do
|
||||||
|
|
||||||
import Release from "/components/ReleaseV3";
|
import Release from "/components/ReleaseV3";
|
||||||
|
|
||||||
|
## 3.0.6.0
|
||||||
|
|
||||||
|
<Release type="tdengine" version="3.0.6.0" />
|
||||||
|
|
||||||
## 3.0.5.1
|
## 3.0.5.1
|
||||||
|
|
||||||
<Release type="tdengine" version="3.0.5.1" />
|
<Release type="tdengine" version="3.0.5.1" />
|
||||||
|
|
|
@ -152,7 +152,7 @@ function wgetFile {
|
||||||
file=$1
|
file=$1
|
||||||
versionPath=$2
|
versionPath=$2
|
||||||
sourceP=$3
|
sourceP=$3
|
||||||
nasServerIP="192.168.1.131"
|
nasServerIP="192.168.1.213"
|
||||||
packagePath="/nas/TDengine/v${versionPath}/${verMode}"
|
packagePath="/nas/TDengine/v${versionPath}/${verMode}"
|
||||||
if [ -f ${file} ];then
|
if [ -f ${file} ];then
|
||||||
echoColor YD "${file} already exists ,it will delete it and download it again "
|
echoColor YD "${file} already exists ,it will delete it and download it again "
|
||||||
|
|
Loading…
Reference in New Issue