NSS:TryServer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "This page describes how to use the NSS try server. =Pushing to try= Create an entry in your $nss-directory/.hg/hgrc file: <code> try = ssh://ldap.username@organisation.com@...")
(No difference)

Revision as of 13:28, 26 July 2016

This page describes how to use the NSS try server.

Pushing to try

Create an entry in your $nss-directory/.hg/hgrc file:

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

Now 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.