Media/WebRTC/libwebrtc Update Process: Difference between revisions

add note to run save_patch_stack.py commands in bash shell
(clarify daily rebases should begin after completing the update process.)
(add note to run save_patch_stack.py commands in bash shell)
Line 26: Line 26:
  bash dom/media/webrtc/third_party_build/build_no_op_commits.sh
  bash dom/media/webrtc/third_party_build/build_no_op_commits.sh
   
   
  # Save the newly updated patch-stack
  # Save the newly updated patch-stack - run this in a bash shell
  (source dom/media/webrtc/third_party_build/use_config_env.sh ; \
  (source dom/media/webrtc/third_party_build/use_config_env.sh ; \
   ./mach python dom/media/webrtc/third_party_build/save_patch_stack.py \
   ./mach python dom/media/webrtc/third_party_build/save_patch_stack.py \
119

edits