Commit Graph

49 Commits

Author SHA1 Message Date
Ping Xiao 7b5fc0cc64 TS-3851: add tdef.h into release package 2023-08-22 19:01:24 +08:00
kailixu 04d5fed3e1 chore: remove libjemalloc.a/libjemalloc_pic.a from pkg 2023-06-14 17:48:20 +08:00
Li Ya Qiang ca479f57df Remove taosx, connector, explorer and taoskeeper in cloud tdengine 2023-05-23 10:28:27 +08:00
xiaolei li e5d0f2decc
enhance: enterprise package include jdbc driver (#21001) 2023-04-21 09:03:48 +08:00
Shuduo Sang 30f8010d41
chore: fix cus name (#20716)
* chore: refactor cus prompt

* fix: client name in install.sh

* fix: -Wno-reserved-user-defined-literal

* fix: update taos-tools commit

* fix: include/os/osDir.h

* fix: check cus name

* fix: makepkg.sh

* chore: update taos-tools d194dc9

* fix: cus name

* fix: change adapter prefix

* fix: tools/*.sh

* fix: scripts

* fix: ../../packaging/tools/install_client.sh

* chore: cus domain in script

* fix: cus name in packaging/tools/install.sh

* fix: cus name in ../../packaging/tools/remove.sh

* fix: don't edit origin file

---------

Co-authored-by: chenhaoran <haoran920c@163.com>
2023-04-03 19:56:57 +08:00
xiaolei li ba568ab1f9
update taos.tar.gz to package.tar.gz (#20511) 2023-03-19 09:19:22 +08:00
xinsheng Ren 8659c21beb
fix: tools (#19772)
Co-authored-by: facetosea <25808407@qq.com>
2023-02-07 14:29:46 +08:00
Shuduo Sang c27c487c4b
fix: release script support macos (#19047) 2022-12-20 20:15:39 +08:00
Huo Linhe ead0389c28 fix: use taos-connector-rust in packaging scripts
Ref: [TD-20926](https://jira.taosdata.com:18080/browse/TD-20926)
2022-12-03 13:37:46 +08:00
Zhiqiang Wang 5d56059157
fix: add auto package (#17683)
Co-authored-by: tomchon <haoran920c@163.com>
2022-10-27 00:12:55 +08:00
Shuduo Sang 007c5eb0a5
chore: libtaos ws submodule for3.0 (#15105)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools

* chore: fix release script for 3.0

* chore: update taosws-rs for 3.0

* chore: add taows-rs submodule for 3.0

* chore: update taosws-rs for 3.0

* fix: install script support taosws for 3.0
2022-07-19 13:27:00 +08:00
Shuduo Sang 37fbb2c624
chore: update release script for3.0 (#14786)
* chore: add libtaos-ws for 3.0

* chore: update taosws-rs

* chore: add libtaosws to install/remove script

* chore: update taosws-rs

* chore: update taosws-rs

* chore: update taos-tools, taosws-rs

for 3.0

* fix: packaging/tools/make_install.sh

for 3.0

* chore: update taos-tools

* chore: fix release script for 3.0
2022-07-11 21:54:20 +08:00
slzhou cbd581c431 feat: add taosudf.h to package files and install files 2022-06-28 14:11:44 +08:00
afwerar daebd8ffc0 fix(os): client install package 2022-05-19 19:17:31 +08:00
afwerar 5d8c867791 fix(os): make install copy file error 2022-05-14 15:30:11 +08:00
Hongze Cheng 0a0c5094c7 refact 2021-09-21 20:59:31 +08:00
tomchon d4737dc1de modify release scripts 2021-07-23 17:48:03 +08:00
tomchon b78fa36233 modify all release scripts to adding "beta" in package name 2021-07-21 12:13:17 +08:00
Shengliang Guan 195ce6d133 Merge from master into develop 2021-07-16 14:01:22 +08:00
tomchon 228be72a82 modify release.sh about beta version name 2021-07-12 18:34:31 +08:00
Shuduo Sang a13206ddbf
Feature/sangshuduo/td 3973 use jemalloc (#6822)
* [TD-3973]<feature>: add jemalloc as submodule.

* add macro definitions in cmake.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* link jemalloc works.

* make install works.

* support jemalloc in release.sh.

* release script works.

* fix a typo.

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for update check compatiblity.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* add /etc/ld.so.conf.d/jemalloc.conf for centos

* check ver comp by file.

* fix makeclient.sh

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:58:08 +08:00
Shuduo Sang 373f1ed483
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6821)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

* fix install_jemalloc() in install_client.sh.

* fix makeclient.sh.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:55:40 +08:00
zyyang 696c784377
Fix/td 4086 (#6153)
* [TD-3086]<fix>: clean out unnecessary file in packaging scripts

* [TD-4224]<enhance>: reduce grafana module size in packaging

* change

* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule

Conflicts:
	packaging/deb/makedeb.sh
	packaging/rpm/tdengine.spec
	packaging/tools/make_install.sh
	packaging/tools/makeclient.sh
	packaging/tools/makeclient_power.sh
	packaging/tools/makepkg.sh
	packaging/tools/makepkg_power.sh

Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-05-22 15:55:32 +08:00
Huo Linhe a06be90f6f
[TD-4228]<fix>: fix install error when grafana submodule not ready (#6151)
* [TD-4228]<fix>: fix install error when grafana submodule not ready

* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
2021-05-19 11:17:44 +08:00
Huo Linhe e4f135b4bd
[TD-4224]<enhance>: reduce grafana module size in packaging (#6146) 2021-05-17 21:04:02 +08:00
Shuduo Sang cc5e1ebb63
Merge pull request #5251 from taosdata/hotfix/sangshuduo/TD-3037-disable-balance-for-enterprise
[TD-3037] <fix>: disable balance for enterprise user.
2021-02-23 19:07:06 +08:00
Shuduo Sang 6f022e072e [TD-3037] <fix>: disable balance for enterprise user. 2021-02-23 06:48:59 +00:00
Shuduo Sang f2fc2fe82e [TD-2984] <fix>: combine taosdemo and taosdemox. 2021-02-19 06:35:49 +00:00
Hui Li 321e97d7d8 [TD-2823]<feature> modify start count by systemd 2021-01-28 11:55:17 +08:00
Hui Li 4858bee76b [TD-2103]<feature> taosdemo enhancement 2020-12-29 14:53:30 +08:00
Hui Li 71e99dced0 [TD-2101]<feature> release taosdump for install package 2020-11-16 12:42:00 +08:00
zyyang 67c90d60df change 2020-11-06 18:23:27 +08:00
zyyang fdaf1e470c [TD-1954]<feature>: a inport/export tool for logical backup 2020-11-05 17:18:01 +08:00
plum-lihui 67ddca5d80 [TD-1781] 2020-10-27 16:10:40 +08:00
Hui Li 16ea473ddd [TD-1353] 2020-09-29 15:54:11 +08:00
Hui Li 1f4d0b0c13 [TD-1465] 2020-09-27 13:28:37 +08:00
Hui Li 57ec385903 [TD-1228] 2020-08-29 15:45:02 +08:00
Hui Li 6c7d86a2dc [fix bug] 2020-08-21 12:52:58 +08:00
Shuduo Sang 111607e5ca modify packaging tools for grafana plugin changed to submodule. 2020-08-20 14:38:00 +08:00
Hui Li 9ef11679bd [TD-1121] 2020-08-13 11:18:55 +08:00
lihui a926ffd33f [BASE-1513] 2020-02-11 10:21:57 +08:00
lihui 842bdc50c6 [modify pkg name] 2020-02-09 12:07:59 +08:00
slguan 88d7d099bb #1133 #160 #417 TBASE-530 TBASE-801 2020-01-16 17:45:57 +08:00
lihui 3700552ed2 [TBASE-1420] 2019-12-28 16:34:46 +08:00
Frozen 79389aaaaf fix issue of readlink 2019-12-20 11:53:06 +08:00
lihui 641c1e44d0 [TBASE-816] 2019-12-04 16:07:25 +08:00
lihui d468cc5eb2 [TBASE-1271] 2019-12-02 19:01:20 +08:00
huili 6bc4ab252b [modify the name of the client install package] 2019-11-30 18:08:57 +08:00
lihui ccfd17df51 [modify packging script] 2019-11-22 12:26:04 +08:00