ReleaseEngineering/TryServer: Difference between revisions

→‎Pushing to try: no-wiki to avoid pointless external links
(Link to an alternate way to expand debug symbols)
(→‎Pushing to try: no-wiki to avoid pointless external links)
Line 18: Line 18:


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:
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><nowiki>hg push -f ssh://hg.mozilla.org/try/</nowiki></code> or
* <code>hg push -f ssh://&lt;username@host&gt;@hg.mozilla.org/try/</code> <strike>?</strike>, or
* <code><nowiki>hg push -f ssh://<username@host>@hg.mozilla.org/try/</nowiki></code> <strike>?</strike> or
* <code>hg push -f ssh://hg.mozilla.org/try/ -e 'ssh -l &lt;username@host&gt;</code>
* <code><nowiki>hg push -f ssh://hg.mozilla.org/try/ -e 'ssh -l <username@host></nowiki></code>


==== Creating an alias ====
==== Creating an alias ====