On 05/08/2013 07:36 PM, "平田修樹 (Naoki Hirata)" wrote:
Hey all,

I confess, I'm a try noob.  Is there an easy way to make a build using
manifest?  Or rather, how do I go about making a build off of try using
a manifest and targeting a specific device?

Regards,
Naoki

There's currently no such thing as Gaia try (yet). If you have a Gecko change you want to test out, you can just push directly from your mercurial patch queue in mozilla-central or inbound.

To do this:
1) rebase your patch queue
2) create a new empty patch with your desired try syntax as the commit message (http://trychooser.pub.build.mozilla.org/ can help here)
3) optionally create an alias in your ~/.hgrc:
[paths]
try = ssh://hg.mozilla.org/try/
4) verify all is well with 'hg outgoing try'
5) run 'hg push -f try'

For reference, for b2g you can use the try syntax: try: -b do -p ics_armv7a_gecko,panda,unagi -u all -t none

Cheers,
Andrew

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g
  • [b2g] try noob 平田修樹 (Naoki Hirata)
    • Re: [b2g] try noob Andrew Halberstadt

Reply via email to