122
edits
Franziskus (talk | contribs) No edit summary |
(Note the nss-try.sh script) |
||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
try = ssh://ldap.username@you.com@hg.mozilla.org/projects/nss-try | nss-try = ssh://ldap.username@you.com@hg.mozilla.org/projects/nss-try | ||
</pre> | </pre> | ||
Line 16: | Line 16: | ||
<pre> | <pre> | ||
$ cd $nss-directory/ | $ cd $nss-directory/ | ||
$ hg push -r . -f try | $ hg push -r . -f nss-try | ||
</pre> | </pre> | ||
Line 22: | Line 22: | ||
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. | ||
=Using nss-try.sh= | |||
The [https://github.com/mozilla/nss-tools nss-tools] repository on Github has a script [https://github.com/mozilla/nss-tools/blob/master/nss-try.sh nss-try.sh] which simplifies this considerably, even showing help when executed with no arguments. | |||
<pre> | |||
$ ~/git/nss-tools/nss-try.sh | |||
(... detailed instructions ...) | |||
$ ~/git/nss-tools/nss-try.sh -e all -t all -u all | |||
</pre> | |||
=Using try syntax= | =Using try syntax= |
edits