Simon Sapin
f329de0581
Have mach update (not just init) submodules as needed. Fix #3447
2014-09-22 00:16:52 +01:00
Andreas Tolfsen
a5b5d358fb
Support dumb terminals in bootstrap downloads
...
Dumb terminals can only interpret a limited number of control codes,
and rewriting the terminal buffer will make `./mach build` very talkative
on these terminals.
This can be tested by setting the environment variable TERM to "dumb"
as such:
TERM=dumb ./mach build
2014-09-18 12:16:49 +01:00
Matt Brubeck
340ebdfd85
Merge pull request #3372 from mbrubeck/wpt-params
...
Make test_wpt params optional. r=me
2014-09-17 17:05:59 -07:00
Tetsuharu OHZEKI
b0cd45e2da
Fix mach cargo
is missing
2014-09-17 11:52:05 +09:00
Matt Brubeck
4154d3291b
Make test_wpt params optional
...
Fixes an exception in `mach test`.
2014-09-16 09:38:22 -07:00
Matt Brubeck
e69fbc22de
Don't throw on non-zero exit in mach commands
...
Fixes #3344 .
2014-09-15 08:32:46 -07:00
Jack Moffitt
203144e207
Merge pull request #3334 from mbrubeck/mach-rustc
...
Add a `mach rustc` command
2014-09-14 13:38:30 -06:00
Matt Brubeck
2df61655cc
Add a mach rustc
command
2014-09-14 11:46:18 -07:00
Matt Brubeck
e6b31a616f
Add more arguments to mach test commands
2014-09-12 21:57:07 -07:00
Tetsuharu OHZEKI
8bed778a3d
Add 'mach clean'.
2014-09-13 04:39:18 +09:00
Dirk Leifeld
f2a692e0ff
Add -v or --verbose to mach build
2014-09-11 18:46:18 +02:00
Jack Moffitt
3924652aa3
Merge pull request #3263 from duncankl/refactor-test-tidy
...
Refactor python/tidy.py (updated post-cargoify)
2014-09-09 22:46:34 -06:00
Duncan Keall
74cc288cdb
Use os.path.join instead of manually inserting slashes.
2014-09-10 11:03:21 +12:00
Duncan Keall
8e25e958ab
Cleaned up python/licenseck.py
...
- Moved logic into tidy.py
- Removed explicit BSD license exceptions, they are already ignored by
being inside the codegen directory.
2014-09-10 10:01:46 +12:00
Duncan Keall
6c48066565
Refactor python/tidy.py to not use globals. Fixes #3242
2014-09-10 10:01:46 +12:00
Matt Brubeck
0d19453290
Fix typo in 'mach cargo --help'
2014-09-09 14:57:26 -07:00
Matt Brubeck
965ba08c75
Pass --target option from mach to cargo
2014-09-09 14:56:51 -07:00
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00