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 dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform