aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devenv_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* adding check for windows then using Scripts instead of binJason Williams2016-01-221-0/+1
|
* win32: mach and build command fixesVladimir Vukicevic2016-01-201-14/+11
| | | | | | | - Add SERVO_USE_NIGHTLY_RUST env var to use the latest rust/cargo nightly snapshot - Fix up looking for cargo binary (in cargo/bin/cargo, not bin/cargo) - Fix up win32 executable checking (use .exe suffix) - fix up win32 PATH handling (subprocess must use shell=True for PATH change to be honored)
* Implement a geckolib target.Bobby Holley2016-01-091-0/+1
|
* Add `clippy` as a command to machBrandon Fairchild2015-10-211-0/+10
| | | | | | This gives mach the ability to run clippy with `./mach clippy`. Fixes #8134.
* Add a mach command to upgrade wptrunnerwilmoz2015-09-021-0/+17
|
* Exclude minified js files and tests/jquery from 'mach grep'.Dhananjay Nakrani2015-08-261-3/+6
|
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-5/+5
| | | | | | | Fixes #6236 Also included in this commit are the changes need to make flake8 pass for the existing python file
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-0/+9
|
* Remove trailing whitespace on Python filesCorey Farwell2015-06-021-5/+5
| | | | | | Trailing whitespace was found using flake8 This is working towards making flake8 part of the tidy process: #6236
* corrected help text for cargo-updater0e2015-05-191-2/+2
|
* forces user to update cargo packages individuallyr0e2015-05-181-3/+25
|
* Add more directories into './mach grep' command.Dhananjay Nakrani2015-04-251-3/+12
|
* Add a './mach grep' command. [Issue #5838]Dhananjay Nakrani2015-04-251-0/+13
|
* Alias cargo-update to update-cargoManish Goregaokar2015-04-211-0/+9
|
* ./mach cargo now cd's to servo dir if in rootPrabhjyot Singh Sodhi2015-02-211-2/+7
| | | | Fixes #4976
* Check for no parameters when invoking cargoThomas Jespersen2015-01-051-0/+2
|
* Remove glut from update-cargo command.Glenn Watson2014-12-121-1/+0
|
* Update ./mach update-cargo to include gonk Cargo.lockGlenn Watson2014-12-111-1/+2
|
* auto merge of #4288 : mttr/servo/mach_update_cargo_fix, r=jdmbors-servo2014-12-081-2/+5
|\ | | | | | | Also fixed a bug if run with no arguments.
| * Updates `./mach update-cargo` for new path changesMatthew Rasmus2014-12-081-2/+5
| | | | | | | | Also fixed a bug if run with no arguments.
* | Fix concatentation error on no args to `./mach rustc`Andreas Tolfsen2014-12-081-0/+2
|/ | | | | | | | | | | 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.
* Remove allow_all_args from mach commandsMatthew Rasmus2014-11-231-6/+3
|
* Added a mach command for cargo updateMatthew Rasmus2014-11-191-1/+20
| | | | | | | | | | | | | | | | 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` ```
* Add a 'mach rust-root' command.Simon Sapin2014-09-291-0/+6
|
* Fix /python/servo code formatting.Simon Sapin2014-09-261-13/+7
| | | | (My editor screams at me for flake8 lint errors.)
* Fix `mach cargo` is missingTetsuharu OHZEKI2014-09-171-2/+2
|
* Add a `mach rustc` commandMatt Brubeck2014-09-141-0/+9
|
* Fix typo in 'mach cargo --help'Matt Brubeck2014-09-091-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+32