Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
bom_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
66ff30df
authored
Jun 01, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Plain Diff
fix confict
parents
9b37f144
f8746605
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
.gitignore
cmd/cmd.exe~
pull_bom_server.bash
.gitignore
View file @
66ff30df
...
@@ -18,5 +18,7 @@ bom_server
...
@@ -18,5 +18,7 @@ bom_server
.DS_Store
.DS_Store
cmd/cmd.exe
cmd/cmd.exe
cmd/move/logs/
cmd/move/logs/
cmd/bom_sync
server/bom_server
/cmd/dong/logs/*.log
/cmd/dong/logs/*.log
/sh
/sh
cmd/cmd.exe~
0 → 100644
View file @
66ff30df
The file could not be displayed because it is too large.
pull_bom_server.bash
View file @
66ff30df
#!/bin/bash
#!/bin/bash
cd
/data2/gocode/bom_server
cd
/data2/gocode/bom_server
git pull origin master
git pull origin master
rm ./cmd/scm_wms_sync
rm ./sh/import_source
rm ./conf/config.ini
rm ./conf/config.ini
mv ./conf/config_production.ini ./conf/config.ini
mv ./conf/config_production.ini ./conf/config.ini
go build
-o
./cmd/bom_sync ./cmd/main.go
go build
-o
./cmd/bom_sync ./cmd/main.go
go build
-o
./server/bom_rpc_server ./server/main.go
go build
-o
./server/bom_server ./server/main.go
supervisorctl restart scm:bom_server
supervisorctl restart bom:bom_server
\ No newline at end of file
\ No newline at end of file
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