winlin

update git commit

@@ -41,7 +41,8 @@ function remote_check() @@ -41,7 +41,8 @@ function remote_check()
41 fi 41 fi
42 ok_msg "remote $remote ok, url is $url" 42 ok_msg "remote $remote ok, url is $url"
43 } 43 }
44 -remote_check origin git@github.com:winlinvip/simple-rtmp-server.git 44 +remote_check origin git@github.com:simple-rtmp-server/srs.git
  45 +remote_check srs.winlin git@github.com:winlinvip/simple-rtmp-server.git
45 remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git 46 remote_check srs.csdn git@code.csdn.net:winlinvip/srs-csdn.git
46 remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git 47 remote_check srs.oschina git@git.oschina.net:winlinvip/srs.oschina.git
47 remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git 48 remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git
@@ -63,11 +64,13 @@ function sync_push() @@ -63,11 +64,13 @@ function sync_push()
63 } 64 }
64 65
65 sync_push --all origin 66 sync_push --all origin
  67 +sync_push --all srs.winlin
66 sync_push --all srs.csdn 68 sync_push --all srs.csdn
67 sync_push --all srs.oschina 69 sync_push --all srs.oschina
68 sync_push --all srs.gitlab 70 sync_push --all srs.gitlab
69 ok_msg "push refs ok" 71 ok_msg "push refs ok"
70 72
  73 +sync_push --tags srs.winlin
71 sync_push --tags srs.csdn 74 sync_push --tags srs.csdn
72 sync_push --tags srs.oschina 75 sync_push --tags srs.oschina
73 sync_push --tags srs.gitlab 76 sync_push --tags srs.gitlab