mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Sync branch-heads.
This commit is contained in:
parent
2db22c8048
commit
ab22b5519e
2 changed files with 4 additions and 0 deletions
2
sync.bat
2
sync.bat
|
|
@ -31,6 +31,8 @@ if not exist "webrtc" (
|
|||
|
||||
echo Updating WebRTC to version %WEBRTC_REVISION%...
|
||||
cd %REPO_ROOT%\webrtc\src
|
||||
call gclient sync --with_branch_heads
|
||||
git.exe fetch
|
||||
git.exe checkout -B %WEBRTC_REVISION% branch-heads/%WEBRTC_REVISION%
|
||||
call gclient sync --force -D
|
||||
|
||||
|
|
|
|||
2
sync.sh
2
sync.sh
|
|
@ -35,5 +35,7 @@ fi
|
|||
|
||||
echo "Updating WebRTC to version ${WEBRTC_REVISION}..."
|
||||
cd ${REPO_ROOT}/webrtc/src
|
||||
gclient sync --with_branch_heads
|
||||
git fetch
|
||||
git checkout -B ${WEBRTC_REVISION} branch-heads/${WEBRTC_REVISION}
|
||||
gclient sync --force -D
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue