Sync branch-heads.

This commit is contained in:
Kirill Kirilenko 2021-07-21 00:51:37 +03:00
parent 2db22c8048
commit ab22b5519e
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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