Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
8cea8e2e
Commit
8cea8e2e
authored
Jun 02, 2017
by
智勇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitabc.xyqb.com/QA/qa-deploy-utils
parents
d8bd2981
78e16cec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
db_gen_config.sh
db-utils/db_gen_config.sh
+3
-3
db_schema_sync.sh
db-utils/db_schema_sync.sh
+1
-1
XyqbIosBuild.sh
qa_shell_script/app/XyqbIosBuild.sh
+6
-0
No files found.
db-utils/db_gen_config.sh
View file @
8cea8e2e
...
...
@@ -54,11 +54,11 @@ elif [[ $database_name = 'payment_center' ]]; then
port
=
'3308'
elif
[[
$database_name
=
'risk_control'
]]
;
then
# 谛听database
sys_table_list
=
'company product_strategy_dispatcher quantify_product red_packet_info
socketio_init_parameters
user'
sys_table_list
=
'company product_strategy_dispatcher quantify_product red_packet_info user'
port
=
'3309'
elif
[[
$database_name
=
'dujiangyan'
]]
;
then
# dujiangyan
sys_table_list
=
'
baitiao_secure_key
external_coopr'
sys_table_list
=
'external_coopr'
port
=
'3310'
elif
[[
$database_name
=
'mall'
]]
;
then
# 白条商城
...
...
@@ -82,7 +82,7 @@ elif [[ $database_name = 'financial_system' ]]; then
port
=
'3311'
elif
[[
$database_name
=
'gyxd'
]]
;
then
# 广源小贷系统
sys_table_list
=
'
collection_user sys_dictionary sys_status_edge sys_status_transfer_data_record sys_status_transfer_record sys_status_vertice
'
sys_table_list
=
'
administrative_districts templet
'
port
=
'3311'
elif
[[
$database_name
=
'offline'
]]
;
then
# 线下白条
...
...
db-utils/db_schema_sync.sh
View file @
8cea8e2e
...
...
@@ -18,7 +18,7 @@ if [ $# -ne 9 ]; then
echo
"delete_business_data:
$9
"
echo
"---参数不正确---"
echo
"Usage:sh db_schema_sync.sh source_db_host source_db_user source_db_pwd target_db_host target_db_user target_db_pwd sync_db_name"
echo
"---------------"
echo
"---------------"
exit
1
fi
...
...
qa_shell_script/app/XyqbIosBuild.sh
0 → 100644
View file @
8cea8e2e
#!/bin/bash
echo
"ssh到mac电脑"
ssh xyqbiosbuild
echo
"ssh successlful"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment