1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update readme, add csdn mirror

This commit is contained in:
winlin 2014-03-30 18:47:49 +08:00
parent 104c143dbe
commit 17739e459b
2 changed files with 14 additions and 9 deletions

View file

@ -42,13 +42,6 @@ git checkout master && git merge srs.master
ret=$?; if [[ 0 -ne $ret ]]; then failed_msg "合并github分支失败, ret=$ret"; exit $ret; fi
ok_msg "合并github分支成功"
git commit -a -m "merge from github.srs"
ret=$?; if [[ 0 -ne $ret ]]; then
warn_msg "提交CSDN失败忽略, ret=$ret";
else
ok_msg "提交CSDN成功"
fi
for ((;;)); do
git push
ret=$?; if [[ 0 -ne $ret ]]; then