update dev telemetry of obd
This commit is contained in:
parent
241d6bb7de
commit
6b5ff295c0
2
deps/init/oceanbase.el7.aarch64.deps
vendored
2
deps/init/oceanbase.el7.aarch64.deps
vendored
@ -46,6 +46,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el7.aarch64.rpm
|
||||
obshell-4.2.2.0-122024022614.el7.aarch64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.3.0-4.el7.aarch64.rpm target=community
|
||||
ob-deploy-2.6.2-2.el7.aarch64.rpm target=community
|
||||
obclient-2.2.2-1.el7.aarch64.rpm target=community
|
||||
libobclient-2.2.2-3.el7.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el7.x86_64.deps
vendored
2
deps/init/oceanbase.el7.x86_64.deps
vendored
@ -49,6 +49,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el7.x86_64.rpm
|
||||
obshell-4.2.2.0-122024022614.el7.x86_64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.3.0-4.el7.x86_64.rpm target=community
|
||||
ob-deploy-2.6.2-2.el7.x86_64.rpm target=community
|
||||
obclient-2.2.2-1.el7.x86_64.rpm target=community
|
||||
libobclient-2.2.2-3.el7.x86_64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.aarch64.deps
vendored
2
deps/init/oceanbase.el8.aarch64.deps
vendored
@ -46,6 +46,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el8.aarch64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.aarch64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.3.0-4.el8.aarch64.rpm target=community
|
||||
ob-deploy-2.6.2-2.el8.aarch64.rpm target=community
|
||||
obclient-2.2.2-1.el8.aarch64.rpm target=community
|
||||
libobclient-2.2.2-3.el8.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.x86_64.deps
vendored
2
deps/init/oceanbase.el8.x86_64.deps
vendored
@ -48,6 +48,6 @@ devdeps-rocksdb-6.22.1.1-52022100420.el8.x86_64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.x86_64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.3.0-4.el8.x86_64.rpm target=community
|
||||
ob-deploy-2.6.2-2.el8.x86_64.rpm target=community
|
||||
obclient-2.2.2-1.el8.x86_64.rpm target=community
|
||||
libobclient-2.2.2-3.el8.x86_64.rpm target=community
|
||||
|
@ -11,6 +11,7 @@ else
|
||||
export DEP_PATH=$DIR/rpm/.dep_create/var
|
||||
fi
|
||||
export OBD_BIN=${_OBD_BIN:-$DEP_PATH/usr/bin/obd}
|
||||
export PATH=$DEP_PATH/usr/bin/:$PATH
|
||||
alias obd="${OBD_BIN}"
|
||||
export OBD_HOME=${_OBD_HOME:-$DIR/tools/deploy}
|
||||
export OBD_INSTALL_PRE=${_OBD_INSTALL_PRE:-$DEP_PATH}
|
||||
|
@ -68,6 +68,7 @@ then
|
||||
do_install $SOURCE_DIR/deps/3rd/usr/local/oceanbase/devtools/bin/llvm-symbolizer $TOOL_DIR/
|
||||
do_install $SOURCE_DIR/rpm/.dep_create/lib/libstdc++.so.6 $LIB_DIR true
|
||||
do_install $SOURCE_DIR/deps/oblib/src/lib/profile/obperf $TOOL_DIR/ true
|
||||
do_install $SOURCE_DIR/deps/3rd/home/admin/oceanbase/bin/obshell $BIN_DIR/obshell true
|
||||
|
||||
|
||||
do_install ./usr/lib/oracle/12.2/client64/lib/libclntsh.so.12.1 $LIB_DIR true
|
||||
|
@ -8,6 +8,7 @@ OBD_LOCAL_VERSION_PATH="$DEPLOY_PATH"/.obd/version
|
||||
shopt -s expand_aliases
|
||||
source $DEPLOY_PATH/activate_obd.sh
|
||||
tag="latest"
|
||||
export TELEMETRY_REPORTER="dev"
|
||||
|
||||
current_path=$(pwd)
|
||||
if [[ "$current_path" != "$BASE_DIR/tools/deploy" ]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user