Media/WebRTC/libwebrtc Update Process/automation plan: Difference between revisions

add instructions to get branch heads without gsync
(updated build instructions for moz-libwebrtc)
(add instructions to get branch heads without gsync)
Line 199: Line 199:


== Open Questions ==
== Open Questions ==
* How to see release branches in webrtc.org?
  Add "fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*" to .git/config and run 'git pull'.
* How to find versions of webrtc.org that ship with Chrome?
* How to find versions of webrtc.org that ship with Chrome?
   If you have acquired webrtc.org/src using gclient sync ([https://www.chromium.org/developers/how-tos/get-the-code/working-with-release-branches/ instructions]), there are branches listed that look like 'branch-heads/nnnn'.  You can cross-reference the Chrome release and find the webrtc.org release here: https://chromiumdash.appspot.com/branches
   If you have acquired webrtc.org/src using gclient sync ([https://www.chromium.org/developers/how-tos/get-the-code/working-with-release-branches/ instructions]), there are branches listed that look like 'branch-heads/nnnn'.  You can cross-reference the Chrome release and find the webrtc.org release here: https://chromiumdash.appspot.com/branches
119

edits