123
edits
(Adding checklist) |
(adding notes on how to run the update) |
||
| Line 220: | Line 220: | ||
hg clone https://hg.mozilla.org/projects/elm | hg clone https://hg.mozilla.org/projects/elm | ||
git clone https://github.com/mozilla/libwebrtc moz-libwebrtc | git clone https://github.com/mozilla/libwebrtc moz-libwebrtc | ||
* Update steps | |||
# Start from the elm checkout | |||
cd elm | |||
# Prepare the github repo | |||
bash dom/media/webrtc/third_party_build/prep_repo.sh | |||
# Run loop-ff.sh | |||
bash bash dom/media/webrtc/third_party_build/loop-ff.sh | |||
* Operational notes | |||
- Running prep-repo.sh with a fresh github clone of moz-libwebrtc will likely display instructions on how to add recent moz-central changes made in third_party/libwebrtc to the top of the patch stack in github. This is expected and necessary for successfully vendoring changes into third_party/libwebrtc. | |||
edits