Confirmed users
333
edits
(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 | Create a new entry in the <code>[paths]</code> section of your $nss-directory/.hg/hgrc file: | ||
< | <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 | ||
</ | </pre> | ||
Now you can simply do: | Now every time you want to push a patch to nss-try you can simply do: | ||
< | <pre> | ||
cd $nss-directory/ | $ cd $nss-directory/ | ||
hg push -f try | $ hg push -f try | ||
</ | </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. |