119
edits
(fix typo) |
(add instructions to pull update our moz-libwebrtc fork from webrtc.org) |
||
Line 4: | Line 4: | ||
* repo tasks | * repo tasks | ||
:- update [https://github.com/mozilla/libwebrtc moz-libwebrtc] fork to latest [https://webrtc.googlesource.com/src webrtc.org] | :- update [https://github.com/mozilla/libwebrtc moz-libwebrtc] fork to latest [https://webrtc.googlesource.com/src webrtc.org] | ||
git checkout master | |||
git remote add upstream https://webrtc.googlesource.com/src | |||
git fetch upstream | |||
git merge upstream/master # fast forward merge | |||
git push origin master | |||
:- update [https://hg.mozilla.org/projects/elm elm] to latest [https://hg.mozilla.org/mozilla-central moz-central] | :- update [https://hg.mozilla.org/projects/elm elm] to latest [https://hg.mozilla.org/mozilla-central moz-central] | ||
* [[#current third_party/libwebrtc directories and status|verify current third_party/libwebrtc directories]] | * [[#current third_party/libwebrtc directories and status|verify current third_party/libwebrtc directories]] |
edits