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

add info on patch to apply to reconcile vendored code
(fix error in how to apply patch)
(add info on patch to apply to reconcile vendored code)
Line 87: Line 87:
=== verify current vendoring scripts cmd-line params ===
=== verify current vendoring scripts cmd-line params ===
* Vendor libwebrtc (a93c2d1df066)
* Vendor libwebrtc (a93c2d1df066)
:- The following commands produce a93c2d1df066 with some changes that were checked in on the same commit.  We'll need to store a local patch to be applied.
:- The following commands produce a93c2d1df066 with some changes that were checked in on the same commit.  After running the command below, apply the following patch to match the moz-central commit: [[File:Vendor-fixup.patch.zip]]
  cd dom/media/webrtc/third_party_build
  cd dom/media/webrtc/third_party_build
  python3 vendor-libwebrtc.py \
  python3 vendor-libwebrtc.py \
119

edits