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

Adding notes that 2 of the vendoring commits have additional changes embedded.
(fix typo)
(Adding notes that 2 of the vendoring commits have additional changes embedded.)
Line 49: Line 49:
=== 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.
  cd dom/media/webrtc/third_party_build
  cd dom/media/webrtc/third_party_build
  python3 vendor-libwebrtc.py \
  python3 vendor-libwebrtc.py \
Line 61: Line 62:
         third_party
         third_party
* Vendor libwebrtc/build (587c40771588)
* Vendor libwebrtc/build (587c40771588)
:- The following commands produce 587c40771588 with some changes that were checked in on the same commit.  We'll need to store a local patch to be applied.
  cd dom/media/webrtc/third_party_build
  cd dom/media/webrtc/third_party_build
  python3 vendor-libwebrtc.py \
  python3 vendor-libwebrtc.py \
119

edits