Confirmed users
341
edits
m (fixed link typo) |
|||
Line 37: | Line 37: | ||
The client.py code will automatically apply your patch when the code is checked out. Any apply failures will cause the builds to be aborted. | The client.py code will automatically apply your patch when the code is checked out. Any apply failures will cause the builds to be aborted. | ||
=== Pushing ldap/chatzilla/venkman/DOM Inspector patches === | |||
The mozilla build system also supports modifying code from other hg.mozilla.org code repositories for testing on the try server. The approach for this is basically the same as in the [[#Pushing_mozilla-central_patches|Pushing mozilla-central patches]] section, except the patch file name has to be <code>ldap-<anything>.patch</code>, <code>chatzilla-<anything>.patch</code>, <code>venkman-<anything>.patch</code> or <code>inspector-<anything>.patch</code> depending on what patch you want to test. | |||
== Known issues == | == Known issues == |