From 4330c46958b6d810b66bfa8c4ec83cb79ff9527c Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 28 Oct 2021 19:43:15 +0800 Subject: [PATCH] Feature/sangshuduo/td 10469 blm3 (#8473) * [TD-10469]: use blm to replace httpd * add blm3 as submodule and modify the install script. * make http disabled by default. * use external project for go build. * make install and systemctl works. * change blm3 to official repo. * fix alert build missing sqlx package. * update README regarding golang env setup. * remove blm3. * modify script to support blm3 * udpate submodule in CI * update jenkinsfile * update blm3 with statsd port changed and config file name changed. * still use tdengine's httpd for lite version. * include blm.toml in released packages. * merge with develop branch. * update grafana plugin to support telegraf. * fix python test framework * fix blm3.toml name * comment off restful test for blm3 CI. * fix blm.toml name * comment off http related case for blm3. * fix cmake define.inc for windows build * update grafanaplugin * update blm3 * update grafana. * update grafana plugin to support statsd. * update blm3 to support lower version go. * update grafanaplugin and blm3 bugfix. * update grafana plugin, dashboard name changed. update blm3 for cinterface error code. * disable blm3 in arm32 * support blm3 --version * change cmake minimum version requirement from 2.8 to 3.0 * pull latest blm3 c67fcc11bc5e82e3d7aea8db855a8cbf8b109239 * update blm3 to 2021/10/22. * support BUILD_HTTP false. * fix one line in post.sh Co-authored-by: liuyq-617 --- packaging/tools/post.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/packaging/tools/post.sh b/packaging/tools/post.sh index a4bd8a8f28..9956455691 100755 --- a/packaging/tools/post.sh +++ b/packaging/tools/post.sh @@ -280,9 +280,6 @@ function install_blm3_config() { ${csudo} chmod 644 ${cfg_install_dir}/blm.toml fi - # restore the backup standard input, and turn off 6 - exec 0<&6 6<&- - [ -f ${cfg_dir}/blm.toml ] && ${csudo} mv ${cfg_dir}/blm.toml ${cfg_dir}/blm.toml.org -- GitLab