Media/WebRTC/libwebrtc Update Process: Difference between revisions

s/first/most recent/
(in case the sheriffs forget, check for the .arcconfig commit)
(s/first/most recent/)
Line 13: Line 13:
* Starting with a fresh clone of elm is recommended for each new chromium milestone.
* Starting with a fresh clone of elm is recommended for each new chromium milestone.
  hg clone --stream ssh://hg.mozilla.org/projects/elm
  hg clone --stream ssh://hg.mozilla.org/projects/elm
* Verify the first commit is the .arcconfig update.  If the first commit doesn't look like "Bug xxx - FLOAT - REPO-elm - update .arcconfig repo callsign", run the following commands:
* Verify the most recent commit is the .arcconfig update.  If the most recent commit doesn't look like "Bug xxx - FLOAT - REPO-elm - update .arcconfig repo callsign", run the following commands:
   ./mach python dom/media/webrtc/third_party_build/restore_elm_arcconfig.py
   ./mach python dom/media/webrtc/third_party_build/restore_elm_arcconfig.py
   hg push -r tip
   hg push -r tip
24

edits