NSS:TryServer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 6: Line 6:


<pre>
<pre>
try = ssh://ldap.username@organisation.com@hg.mozilla.org/projects/nss-try
try = ssh://ldap.username@you.com@hg.mozilla.org/projects/nss-try
</pre>
</pre>



Revision as of 13:32, 26 July 2016

This page describes how to use the NSS try server.

Pushing to nss-try

Create a new entry in the [paths] section of your $nss-directory/.hg/hgrc file:

try = ssh://ldap.username@you.com@hg.mozilla.org/projects/nss-try

Now every time you want to push a patch to nss-try you can simply do:

$ cd $nss-directory/
$ hg push -f try

Your try job will show up on the nss-try dashboard in a second.