Dhananjay Nakrani
27943c0ea5
Add a './mach grep' command. [Issue #5838 ]
2015-04-25 10:06:49 -07:00
Manish Goregaokar
f4f465d1b5
Alias cargo-update to update-cargo
2015-04-21 19:47:17 +05:30
Prabhjyot Singh Sodhi
a0a5130061
./mach cargo now cd's to servo dir if in root
...
Fixes #4976
2015-02-21 03:18:42 +05:30
Thomas Jespersen
9b1fd5a05f
Check for no parameters when invoking cargo
2015-01-05 11:03:51 +01:00
Glenn Watson
e48619b6ec
Remove glut from update-cargo command.
2014-12-12 12:02:03 +10:00
Glenn Watson
738e1643d6
Update ./mach update-cargo to include gonk Cargo.lock
2014-12-11 10:58:06 +10:00
bors-servo
1458bb4397
auto merge of #4288 : mttr/servo/mach_update_cargo_fix, r=jdm
...
Also fixed a bug if run with no arguments.
2014-12-08 17:03:59 -07:00
Matthew Rasmus
63d1651cb9
Updates ./mach update-cargo
for new path changes
...
Also fixed a bug if run with no arguments.
2014-12-08 13:16:20 -08:00
Andreas Tolfsen
f716e8bbf1
Fix concatentation error on no args to ./mach rustc
...
Since default argument to params is None, concatenating it with a
list will raise an error. This behaviour prevents `./mach rustc`
to be called when system-rust is defined in .servobuild.
Currently it will only work when followed by an argument, i.e.
`./mach rustc -arg`.
Testing this patch: `./mach rustc` should not raise an error.
2014-12-08 17:12:38 +00:00
Matthew Rasmus
8cb7a6842f
Remove allow_all_args from mach commands
2014-11-23 16:45:40 -08:00
Matthew Rasmus
3a43abfa35
Added a mach command for cargo update
...
As proposed in #3736
Example usage:
``` sh
$ ./mach update-cargo -p rust-xml
.
Updating git repository `https://github.com/netvl/rust-xml `
ports/cef
Updating git repository `https://github.com/netvl/rust-xml `
ports/android/glut_app
Updating git repository `https://github.com/netvl/rust-xml `
```
2014-11-19 20:55:04 -08:00
Simon Sapin
516b608a2f
Add a 'mach rust-root' command.
2014-09-29 17:41:45 +01:00
Simon Sapin
cd45258bf3
Fix /python/servo code formatting.
...
(My editor screams at me for flake8 lint errors.)
2014-09-26 23:12:51 +01:00
Tetsuharu OHZEKI
b0cd45e2da
Fix mach cargo
is missing
2014-09-17 11:52:05 +09:00
Matt Brubeck
2df61655cc
Add a mach rustc
command
2014-09-14 11:46:18 -07:00
Matt Brubeck
0d19453290
Fix typo in 'mach cargo --help'
2014-09-09 14:57:26 -07:00
Jack Moffitt
c6ab60dbfc
Cargoify servo
2014-09-08 20:21:42 -06:00