mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
hotfix 1.0release, add remote gitlab
This commit is contained in:
parent
dfd4eeca45
commit
dec4f6b989
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,7 @@ function remote_check()
|
||||||
remote_check origin git@github.com:winlinvip/simple-rtmp-server.git
|
remote_check origin git@github.com:winlinvip/simple-rtmp-server.git
|
||||||
remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git
|
remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git
|
||||||
remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git
|
remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git
|
||||||
|
remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git
|
||||||
ok_msg "remote check ok"
|
ok_msg "remote check ok"
|
||||||
|
|
||||||
function sync_push()
|
function sync_push()
|
||||||
|
@ -64,10 +65,12 @@ function sync_push()
|
||||||
sync_push --all origin
|
sync_push --all origin
|
||||||
sync_push --all srs.csdn
|
sync_push --all srs.csdn
|
||||||
sync_push --all srs.oschina
|
sync_push --all srs.oschina
|
||||||
|
sync_push --all srs.gitlab
|
||||||
ok_msg "push refs ok"
|
ok_msg "push refs ok"
|
||||||
|
|
||||||
sync_push --tags srs.csdn
|
sync_push --tags srs.csdn
|
||||||
sync_push --tags srs.oschina
|
sync_push --tags srs.oschina
|
||||||
|
sync_push --tags srs.gitlab
|
||||||
ok_msg "push tags ok"
|
ok_msg "push tags ok"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue