Media/WebRTC/libwebrtc Update Process: Difference between revisions

Elm rebase script seems to have moved
(add note to save the patch stack after writing a fix-commit)
(Elm rebase script seems to have moved)
Line 44: Line 44:


Historical note: we use a script to rebase because 1) it regenerates the moz.build files on the commits where those are changed.  This avoids the typically massive rebase conflict if anyone has touched the build files.  2) it exports/imports each commit individually to limit rebase conflicts on individual patches, making it easier to deal with issues.
Historical note: we use a script to rebase because 1) it regenerates the moz.build files on the commits where those are changed.  This avoids the typically massive rebase conflict if anyone has touched the build files.  2) it exports/imports each commit individually to limit rebase conflicts on individual patches, making it easier to deal with issues.
  bash dom/media/webrtc/third_party_build/elm/elm_rebase.sh
  bash dom/media/webrtc/third_party_build/elm_rebase.sh


=== Requesting merge from elm to mozilla-central ===
=== Requesting merge from elm to mozilla-central ===
139

edits