Wow, these features look great! Is it possible to release a new version of mach on PyPi? I use mach for a couple projects and it'd be great if I could just pip install it instead of vendoring it everywhere. Thanks!
On Tuesday, April 12, 2016 at 9:09:14 PM UTC-4, Andrew Halberstadt wrote: > Hey all, bug 1255450 has landed which means.. > > For mach users: > You can now create a machrc (or .machrc) file in the following locations: > * $MACHRC > * ~/.mozbuild > * topsrcdir > > In the future, individual commands may implement their own settings, but > for now a single section called 'alias' is implemented in mach core. You > can use 'alias' to provide defaults, or create an entirely new command, e.g: > > [alias] > mochitest = mochitest --disable-e10s > browser = mochitest -f browser > > To see a list of all implemented settings, you can run: > ../mach settings -l > > > For mach command developers: > You can now provide configuration for your command. See here for > information how: > http://gecko.readthedocs.org/en/latest/python/mach/settings.html#defining-settings > > Let me know if anything isn't working as expected. > > -Andrew _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

