gecko-dev/servo/python
Jinank Jain 0f84321e30 servo: Merge #6038 - Add --dev option to mach build (from mbrubeck:jinankjain-Bug#5933); r=mbrubeck
Require either `--dev` or `--release`, unless a default build.mode is set in `.servobuild`.  This is @jinankjain's patch from #5965, rebased onto master.  It is already reviewed, and only waiting for servo/saltfs#28 to be deployed.

Source-Repo: https://github.com/servo/servo
Source-Revision: c0d8488b719ea72e73e435618e015c2f705853cc
2015-05-14 11:26:18 -05:00
..
mach servo: Merge #4080 - Update mach to latest changes from mozilla-central (from mttr:mach_update); r=jdm 2014-11-23 22:48:32 -07:00
mozdebug servo: Merge #4083 - Mach debugger flag (from mttr:mach_debugger_flag); r=mbrubeck 2014-11-24 10:15:46 -07:00
mozinfo servo: Merge #4083 - Mach debugger flag (from mttr:mach_debugger_flag); r=mbrubeck 2014-11-24 10:15:46 -07:00
mozlog servo: Put a copy of mozlog in the tree. 2015-03-27 21:13:33 +00:00
servo servo: Merge #6038 - Add --dev option to mach build (from mbrubeck:jinankjain-Bug#5933); r=mbrubeck 2015-05-14 11:26:18 -05:00
toml servo: Merge #3751 - Update toml.py to upstream 1069d2449760525535ca77514a92e9237ee0deaf (from fabricedesre:update-toml); r=metajack 2014-10-21 20:36:33 -06:00
licenseck.py servo: Merge #5574 - Move unit tests to their own crates, cut time by 96% (from servo:unit-tests); r=jack 2015-04-07 21:16:49 -05:00
mach_bootstrap.py servo: Make the test-wpt mach command support all the command line arguments of wptrunner. 2015-03-27 21:22:40 +00:00
README.md servo: Update the README files to reflect the changes to the update procedure. 2015-04-01 13:27:27 +01:00
tidy.py servo: Merge #6044 - Various cleanup (from Ms2ger:cleanup); r=jdm 2015-05-14 07:16:42 -05:00

This directory contains various Python modules used to support servo development.

= mach =

The command dispatch framework used to wrap the build system and test harnesses.

= mozdebug =

mozbase module containing information about various debuggers.

This can be updated by copying the latest version from https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozdebug

= mozinfo =

Mozbase module for extracting information about the host hardware / os.

This can be updated by copying the latest version from hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozinfo

= mozlog =

A mozbase logging module required for wptrunner output and command line arguments.

This can be updated by copying the latest version from hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/mozlog

= servo =

servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.

== toml ==

Python module for reading toml files.

This can be updated from https://github.com/uiri/toml