1
0
mirror of https://github.com/ossrs/srs.git synced 2025-10-19 02:43:22 +08:00

start 2.0release, 80773 lines.

This commit is contained in:
winlin
2015-03-15 07:48:27 +08:00
parent 5e19f5f2b8
commit 636bc574af
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ work_dir=`(cd ${work_dir}/.. && pwd)`
product_dir=$work_dir
# allow start script from any dir
cd $work_dir && git checkout develop
cd $work_dir && git checkout 2.0release
. ${product_dir}/scripts/_log.sh
ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi