119
edits
(move resetting elm to the post-merge section) |
(Add note on how best to stop the loop-ff.sh script.) |
||
Line 64: | Line 64: | ||
(cd {path-to}/moz-libwebrtc && git rebase --abort) # don't finish this rebase | (cd {path-to}/moz-libwebrtc && git rebase --abort) # don't finish this rebase | ||
(cd {path-to}/moz-libwebrtc/.. && tar czf moz-libwebrtc.tar.gz && cd moz-libwebrtc) | (cd {path-to}/moz-libwebrtc/.. && tar czf moz-libwebrtc.tar.gz && cd moz-libwebrtc) | ||
- Stopping the loop-ff.sh manually is best done when in the <code>Test build</code> phase using Ctrl-c. | |||
== Resetting Elm == | == Resetting Elm == |
edits