1
This commit is contained in:
parent
a32a6846c0
commit
40c4d82f81
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "thrid_party/game2006market"]
|
||||
path = thrid_party/game2006market
|
||||
url = git@git.kingsome.cn:aozhiwei/game2006market.git
|
||||
[submodule "third_party/tools"]
|
||||
path = third_party/tools
|
||||
url = git@git.kingsome.cn:server_common/tools.git
|
||||
|
@ -1 +0,0 @@
|
||||
../thrid_party/game2006market/server/bin/web3service/web3service
|
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
||||
dir_name=`basename $PWD`
|
||||
package_name=${dir_name}.tar.gz
|
||||
|
||||
tar --exclude=*.git -chzf target/${package_name} bin config bin web3service reload.sh restart.sh
|
3
common.sh
Normal file
3
common.sh
Normal file
@ -0,0 +1,3 @@
|
||||
PROJECT_NAME=web3service
|
||||
SCRIPT=web3service/app
|
||||
EXT_PKG_FILES=web3service
|
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
ps -ef|grep node|grep web3service|grep -v grep
|
||||
if [ $? -eq 0 ]; then
|
||||
ps -ef|grep node|grep web3service|grep -v grep|awk '{print $2}'|xargs kill -9
|
||||
fi
|
||||
|
||||
cd bin
|
||||
nohup node ../web3service/app.js >> web3service.out 2>&1 &
|
1
third_party/tools
vendored
Submodule
1
third_party/tools
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2de5a661bdd4cdee42c08c17dbd5a1885d487b23
|
Loading…
x
Reference in New Issue
Block a user