mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
fix: binary name modification
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
+14
-14
@@ -33,20 +33,20 @@ readonly OPENIM_SUPPORTED_CLIENT_PLATFORMS=(
|
||||
# If you update this list, please also update build/BUILD.
|
||||
openim::golang::server_targets() {
|
||||
local targets=(
|
||||
openim_api
|
||||
openim_cmdutils
|
||||
openim_cmdutils
|
||||
openim_crontask
|
||||
openim_msggateway
|
||||
openim_msgtransfer
|
||||
openim_push
|
||||
openim_rpc_auth
|
||||
openim_rpc_conversation
|
||||
openim_rpc_friend
|
||||
openim_rpc_group
|
||||
openim_rpc_msg
|
||||
openim_rpc_third
|
||||
openim_rpc_user
|
||||
openim-api
|
||||
openim-cmdutils
|
||||
openim-cmdutils
|
||||
openim-crontask
|
||||
openim-msggateway
|
||||
openim-msgtransfer
|
||||
openim-push
|
||||
openim-rpc-auth
|
||||
openim-rpc-conversation
|
||||
openim-rpc-friend
|
||||
openim-rpc-group
|
||||
openim-rpc-msg
|
||||
openim-rpc-third
|
||||
openim-rpc-user
|
||||
)
|
||||
echo "${targets[@]}"
|
||||
}
|
||||
|
||||
+12
-12
@@ -407,18 +407,18 @@ function openim::release::package_iam_manifests_tarball() {
|
||||
mkdir -p "${dst_dir}"
|
||||
cp -r ${src_dir}/* "${dst_dir}"
|
||||
#cp "${src_dir}/openim-api.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_cmdutils.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_crontask.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_msggateway.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_msgtransfer.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_push.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_auth.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_conversation.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_friend.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_group.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_msg.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_third.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim_rpc_user.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-cmdutils.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-crontask.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-msggateway.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-msgtransfer.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-push.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-auth.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-conversation.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-friend.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-group.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-msg.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-third.yaml" "${dst_dir}"
|
||||
#cp "${src_dir}/openim-rpc-user.yaml" "${dst_dir}"
|
||||
#cp "${OPENIM_ROOT}/cluster/gce/gci/health-monitor.sh" "${dst_dir}/health-monitor.sh"
|
||||
|
||||
openim::release::clean_cruft
|
||||
|
||||
+26
-26
@@ -233,35 +233,35 @@ openim::util::gen-docs() {
|
||||
"${gendocs}" "${dest}/docs/guide/en-US/cmd/imctl/"
|
||||
|
||||
mkdir -p "${dest}/docs/guide/en-US/cmd/"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_api"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_cmdutils"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_crontask"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_msggateway"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_msgtransfer"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_push"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_auth"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_conversation"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_friend"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_group"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_msg"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_third"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim_rpc_user"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-api"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-cmdutils"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-crontask"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-msggateway"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-msgtransfer"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-push"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-auth"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-conversation"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-friend"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-group"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-msg"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-third"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/" "openim-rpc-user"
|
||||
"${geniamdocs}" "${dest}/docs/guide/en-US/cmd/imctl" "imctl"
|
||||
|
||||
mkdir -p "${dest}/docs/man/man1/"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_api"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_cmdutils"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_crontask"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_msggateway"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_msgtransfer"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_push"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_auth"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_conversation"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_friend"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_group"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_msg"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_third"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim_rpc_user"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-api"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-cmdutils"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-crontask"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-msggateway"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-msgtransfer"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-push"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-auth"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-conversation"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-friend"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-group"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-msg"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-third"
|
||||
"${genman}" "${dest}/docs/man/man1/" "openim-rpc-user"
|
||||
|
||||
mkdir -p "${dest}/docs/guide/en-US/yaml/imctl/"
|
||||
"${genyaml}" "${dest}/docs/guide/en-US/yaml/imct/"
|
||||
|
||||
Reference in New Issue
Block a user