Compare commits
No commits in common. "master" and "bj_kefu_robot.1.0.0.3.20190130R3" have entirely different histories.
master
...
bj_kefu_ro
@ -4,5 +4,5 @@ tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
|||||||
dir_name=`basename $PWD`
|
dir_name=`basename $PWD`
|
||||||
package_name=${dir_name}.tar.gz
|
package_name=${dir_name}.tar.gz
|
||||||
|
|
||||||
tar --exclude=*.git -chzf target/${package_name} bin local_packages config reload.sh restart.sh
|
tar --exclude=*.git -chzf target/${package_name} bin config reload.sh restart.sh
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
third_party/kefu/tools/local_packages
|
|
@ -6,4 +6,4 @@ if [ $? -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd bin
|
cd bin
|
||||||
nohup python3 kefu_robot.py >> kefu_robot.out 2>&1 &
|
nohup python kefu_robot.py >> kefu_robot.out 2>&1 &
|
||||||
|
2
third_party/kefu
vendored
2
third_party/kefu
vendored
@ -1 +1 @@
|
|||||||
Subproject commit b00ad2167245a235b025e719ae8af33918f293f9
|
Subproject commit 43ea109eadb35dc35accef8063bf23bcd3ba9fab
|
Loading…
x
Reference in New Issue
Block a user