mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update csdn mirror, add 1.0release
This commit is contained in:
parent
d085a5cabc
commit
ffabcec191
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ for ((;;)); do
|
|||
break
|
||||
done
|
||||
|
||||
git checkout master && git merge srs.master
|
||||
ret=$?; if [[ 0 -ne $ret ]]; then failed_msg "(master)合并github分支失败, ret=$ret"; exit $ret; fi
|
||||
ok_msg "(master)合并github分支成功"
|
||||
|
||||
#############################################
|
||||
# branch 1.0release
|
||||
#############################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue