Confirmed users
439
edits
(→Accumulated personal notes: add moz-phab patch --apply-to HEAD) |
(→Accumulated personal notes: add link on how to change moz-phab patch defaults) |
||
| Line 21: | Line 21: | ||
* Setup distributed sccache following https://firefox-source-docs.mozilla.org/build/buildsystem/sccache-dist.html | * Setup distributed sccache following https://firefox-source-docs.mozilla.org/build/buildsystem/sccache-dist.html | ||
* Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant | * Bugzilla instant search. It's the same as duplicate search when entering bugs. Easier to find bugs with this search than the normal for me: https://bugzilla.mozilla.org/query.cgi?format=instant | ||
* moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator <code>moz-phab patch D000000 --apply-to | * moz-phab can be used to download and checkout patches from phabricator using <code>moz-phab patch D000000</code> and replace D000000 with the patch-id from phabricator | ||
** Apply to current HEAD <code>moz-phab patch D000000 --apply-to </code> | |||
** Change default to apply to current commit in [~/.moz-phab-config](https://github.com/mozilla-conduit/review/?tab=readme-ov-file#configuration) | |||
* Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html | * Documentation of the test <code>.ini</code> files: https://firefox-source-docs.mozilla.org/build/buildsystem/test_manifests.html | ||
* Moz-config helper: | * Moz-config helper: | ||