NSS:TryServer: Difference between revisions

(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@...")
 
Line 1: Line 1:
This page describes how to use the NSS try server.
This page describes how to use the NSS try server.


=Pushing to try=
=Pushing to nss-try=


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


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


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


<code>
<pre>
cd $nss-directory/<br />
$ cd $nss-directory/
hg push -f try
$ hg push -f try
</code>
</pre>


Your try job will show up on the [https://treeherder.mozilla.org/#/jobs?repo=nss-try nss-try dashboard] in a second.
Your try job will show up on the [https://treeherder.mozilla.org/#/jobs?repo=nss-try nss-try dashboard] in a second.
Confirmed users
333

edits