Skip to content

Commit

Permalink
Update build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
i0gan committed Sep 25, 2024
1 parent 069f1ef commit 5a4bae4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ src/proto/msg_id.proto
src/struct/msg_id.h
src/struct/msg_id.cc
src/proto/n_msg_id.proto
src/pycli/login.cookie
pycli/login.cookie
2 changes: 1 addition & 1 deletion pycli/login.cookie
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#LWP-Cookies-2.0
Set-Cookie3: Session="eyJhY2NvdW50IjoicHljbGlfMSIsImFjY291bnRfaWQiOiIwLTE3MjI0OTEwODU5NzcwMDAwMDAiLCJsb2dpbl90aW1lIjoxNzIyNDkxMDg1LCJ0b2tlbiI6IjQ4ODk0MzE5ZWFiNDExNjlkZmJjY2EwZjhkNmVkMmZiZDczMWJmYTUxYWViNjRhMmFmZjI3NzgzMTZiNzRjMjIifQ=="; path="/"; domain="127.0.0.1"; path_spec; expires="2024-08-15 05:44:45Z"; version=0
Set-Cookie3: Session="eyJhY2NvdW50IjoicHljbGlfMSIsImFjY291bnRfaWQiOiIwLTE3MjcyNjg0MTE3NjQwMDAwMDAiLCJsb2dpbl90aW1lIjoxNzI3MjY4NDExLCJ0b2tlbiI6ImYyZTAyMGI2ZWY1YjRjMTQxOGU5MWU2NTE1NjRkZmE5MzMxNzQwZjAyN2ZhNTJkODY0NzU5ZjYxYTUxNDc4OTEifQ=="; path="/"; domain="127.0.0.1"; path_spec; expires="2024-10-09 12:46:51Z"; version=0
1 change: 1 addition & 0 deletions res
Submodule res added at 1ae490
8 changes: 4 additions & 4 deletions tools/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ function init_env()
{
# 将Proto文件生成代码
log_info "Generate protocol c++ files from proto files"
cd ${project_path}/tools
time bash ./proto2code.sh
cd ${project_path}/res
time bash ./GenProtoCode.sh server
check_err

# 生成配置文件
log_info "Generate configure files"
cd ${project_path}/tools/
time bash ./generate_config.sh
cd ${project_path}/res
time bash ./ExportTable.sh server
check_err

# 初始化第三方.so
Expand Down
Empty file modified tools/clean.sh
100644 → 100755
Empty file.
Empty file modified tools/gen_deploy.sh
100644 → 100755
Empty file.
Empty file modified tools/gen_k8s_deploy.sh
100644 → 100755
Empty file.

0 comments on commit 5a4bae4

Please sign in to comment.