Media/WebRTC/libwebrtc Update Process: Difference between revisions

change ordering of reset and config update
(add step to save the updated patch-stack)
(change ordering of reset and config update)
Line 49: Line 49:
* After the merge from elm to mozilla-central is complete, the moz-libwebrtc github repo should be updated with the new branch of the commit stack for the new release.  There is script that will make the proper branch name and do the push:
* After the merge from elm to mozilla-central is complete, the moz-libwebrtc github repo should be updated with the new branch of the commit stack for the new release.  There is script that will make the proper branch name and do the push:
  bash dom/media/webrtc/third_party_build/push_official_branch.sh
  bash dom/media/webrtc/third_party_build/push_official_branch.sh
* Update the example config file for the next fast-forward operation.  This should be done in a separate bug, but if it has not been done prior, can be done at the beginning of the fast-forward operation as the first commit on elm.
bash dom/media/webrtc/third_party_build/update_example_config.sh
* Follow the [[Media/WebRTC/libwebrtc_Update_Process#Resetting_Elm|Resetting_Elm]] steps below.


=== Operational notes ===
=== Operational notes ===
119

edits