17
edits
(Update "pushing mozilla-central patches" about new findings) |
Tom.prince (talk | contribs) (Stop removing hgtool.) |
||
Line 27: | Line 27: | ||
There's two steps to this process. | There's two steps to this process. | ||
# | # Add --apply-patches to build/client.py-args. | ||
#* [[ReleaseEngineering/ThunderbirdTryServer/ApplyPatchesMozconfigPatch|Example patch here]] | #* [[ReleaseEngineering/ThunderbirdTryServer/ApplyPatchesMozconfigPatch|Example patch here]]. | ||
#* If you do this as a separate patch in your Mecurial queue, you can reuse it whenever you want. Otherwise this change can go into the patch created in the step 4. | #* If you do this as a separate patch in your Mecurial queue, you can reuse it whenever you want. Otherwise this change can go into the patch created in the step 4. | ||
# Copy your mozilla-central patch to somewhere in your comm-central tree (it can be placed into the root directory) and name it something like: <code>mozilla-<anything>.patch</code> (the <code>mozilla-</code> prefix is essential). | # Copy your mozilla-central patch to somewhere in your comm-central tree (it can be placed into the root directory) and name it something like: <code>mozilla-<anything>.patch</code> (the <code>mozilla-</code> prefix is essential). | ||
# <code>hg add</code> your patch. | # <code>hg add</code> your patch. |
edits