mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update git commit
This commit is contained in:
parent
fc21986695
commit
b3bd007f0d
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,8 @@ function remote_check()
|
||||||
fi
|
fi
|
||||||
ok_msg "remote $remote ok, url is $url"
|
ok_msg "remote $remote ok, url is $url"
|
||||||
}
|
}
|
||||||
remote_check origin git@github.com:winlinvip/simple-rtmp-server.git
|
remote_check origin git@github.com:simple-rtmp-server/srs.git
|
||||||
|
remote_check srs.winlin 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
|
remote_check srs.gitlab git@gitlab.com:winlinvip/srs-gitlab.git
|
||||||
|
@ -63,11 +64,13 @@ function sync_push()
|
||||||
}
|
}
|
||||||
|
|
||||||
sync_push --all origin
|
sync_push --all origin
|
||||||
|
sync_push --all srs.winlin
|
||||||
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
|
sync_push --all srs.gitlab
|
||||||
ok_msg "push refs ok"
|
ok_msg "push refs ok"
|
||||||
|
|
||||||
|
sync_push --tags srs.winlin
|
||||||
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
|
sync_push --tags srs.gitlab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue