servo/python/servo
bors-servo bc52617d33 Auto merge of #11210 - edunham:mach-package, r=larsbergstrom
Start on Mach package

Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [ ] `./mach build -d` does not report any errors
  - these changes don't touch anything that mach build touches>
- [ ] `./mach test-tidy --faster` does not report any errors
  - Tidy errors on some dependencies that I think we'll need for real `package` but aren't using for android
- [X] These changes address #9918 (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because I don't think Mach has tests yet?

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11210)
<!-- Reviewable:end -->
2016-06-06 15:19:55 -05:00
..
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap_commands.py Provide a better error message when downloading rustc fails 2016-05-31 21:04:04 +03:00
build_commands.py Remove the gonk port 2016-05-27 19:33:43 -05:00
command_base.py Add FreeBSD to host_triple 2016-06-05 21:00:16 +00:00
devenv_commands.py Remove the gonk port 2016-05-27 19:33:43 -05:00
package_commands.py Create mach package 2016-06-03 14:47:21 -07:00
post_build_commands.py Create mach package 2016-06-03 14:47:21 -07:00
testing_commands.py mach: Introduce --all flag to run all test suites 2016-06-02 21:57:39 -07:00