NSS:TryServer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 3: Line 3:
=Pushing to nss-try=
=Pushing to nss-try=


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


<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@organisation.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.