Media/WebRTC/libwebrtc Update Process: Difference between revisions

(Add some text to Push to elm)
(→‎Push to elm: rephrase)
Line 93: Line 93:


=== Push to elm ===
=== Push to elm ===
Pushing to elm once in a while as you go is recommended.
After the loop-ff.sh script completes, run the following steps to push the new version of libwebrtc to elm:


# after the loop-ff.sh script completes, run the following steps
# to push the new version of libwebrtc to elm
  ./mach bootstrap --application=browser --no-system-changes
  ./mach bootstrap --application=browser --no-system-changes
  ./mach build
  ./mach build
  hg push -r tip
  hg push -r tip


But don't push <code>tip</code> if <code>loop-fs.sh</code> stopped and you haven't yet resolved the conflict!
You can also push elm as you go, just don't push <code>tip</code> if loop-fs.shstopped and you haven't yet resolved the conflict!


To push without stopping the script, try <code>hg push -r {commit ahead of tip}</code>.
To push without stopping the script, try <code>hg push -r {commit ahead of tip}</code>.
24

edits