52
edits
(Clarify instructions for pushing mozilla-central patches) |
(Fix "you should see: pushing to ssh://hg.mozilla.org/try", should be .../try-comm-central) |
||
Line 22: | Line 22: | ||
In order for <code>../mach try <TryChooserSyntaxOptions></code> to work | In order for <code>../mach try <TryChooserSyntaxOptions></code> to work | ||
* You must run <code>../mach try</code> (note the two dots) from *within* <code>comm/</code>. Running <code>mach try</code> from the <code>mozilla-central</code> (sometimes named <code>source/</code>) directory will not work. | * You must run <code>../mach try</code> (note the two dots) from *within* <code>comm/</code>. Running <code>mach try</code> from the <code>mozilla-central</code> (sometimes named <code>source/</code>) directory will not work. | ||
* After running that command you should see: <code><nowiki>pushing to ssh://hg.mozilla.org/try</nowiki></code> | * After running that command you should see: <code><nowiki>pushing to ssh://hg.mozilla.org/try-comm-central</nowiki></code> | ||
* Results go to the [https://treeherder.mozilla.org/#/jobs?repo=try-comm-central try-comm-central on treeherder] | * Results go to the [https://treeherder.mozilla.org/#/jobs?repo=try-comm-central try-comm-central on treeherder] | ||
* Finished builds can be accessed through treeherder. Click on the green B of the respective platform, then on the bottom click Job Details. In the list of artifact uploads, click the archive for your platform: Linux uses target.tar.bz2, OSX uses target.dmg, Windows uses target.zip | * Finished builds can be accessed through treeherder. Click on the green B of the respective platform, then on the bottom click Job Details. In the list of artifact uploads, click the archive for your platform: Linux uses target.tar.bz2, OSX uses target.dmg, Windows uses target.zip |
edits