Changes

Jump to: navigation, search

ReleaseEngineering/TryServer

1 byte added, 17:14, 21 July 2011
m
no edit summary
To submit your changes to the try server (assuming they're modifications to mozilla-central or a similar branch, e.g. tracemonkey), you have a few options:
* <code>hg push -f ssh://hg.mozilla.org/try/</code>, or
* <code>hg push -f ssh://&lt;username@host&gt;@hg.mozilla.org/try/</code> <strike>?</strike>, or
* <code>hg push -f ssh://hg.mozilla.org/try/ -e 'ssh -l &lt;username@host&gt;</code>
 
<pre>
~/.ssh/config entries to make life easier
Host hg.mozilla.org
User ${commit_user_email_address}
# IdentityFile ~/.ssh/alternate_public_identity_key_file
</pre>
==== Creating an alias ====
and then push with
<pre>hg push -f try</pre>
 
==== ~/.ssh/config ====
<pre>
Host hg.mozilla.org
User ${commit_user_email_address}
# IdentityFile ~/.ssh/alternate_public_identity_key_file
</pre>
=== Viewing the results ===
Confirm
1,380
edits

Navigation menu