aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #6268 - frewsxcv:tidy-python, r=jdmbors-servo2015-06-031-16/+45
|\ | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6268) <!-- Reviewable:end -->
| * Fix tidy issues with Python files in python/Corey Farwell2015-06-021-16/+45
| |
* | Support a system root with correct on-disk directory layoutBrian Anderson2015-06-021-0/+9
|/ | | | | | | | | | | | | The existing code for setting up the environment assumes that the directory layout containing rust and cargo conforms to the one used by rust-installer's tarballs. This makes overriding the system root awkward for simple cases where I want to test my own build directly from the rust build directory. This patch just adds a second path to PATH and LD_LIBRARY_PATH to accomodate both disk layouts. Conflicts: python/servo/command_base.py
* Auto merge of #6201 - glennw:jquery-runner, r=metajackbors-servo2015-05-311-0/+38
|\ | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6201) <!-- Reviewable:end -->
| * Add jQuery test runner and mach integration.Glenn Watson2015-06-011-0/+38
| |
* | DRY submodule updating by utilizing existing update-submodules commandCorey Farwell2015-05-311-9/+1
|/ | | | This might allow us to merge #5648
* Add --dev option to mach buildJinank Jain2015-05-131-1/+1
| | | | | Require either --dev or --release, unless a default build.mode is set in .servobuild. Fixes #5933.
* fix typoManish Goregaokar2015-04-301-1/+1
|
* auto merge of #5200 : mbrubeck/servo/cache-dir, r=larsbergstrombors-servo2015-03-191-2/+3
|\ | | | | | | | | | | This will be set in servo/saltfs to prevent our buildbot builders from re-downloading the build tools for every build. r? @larsbergstrom or @metajack or @Manishearth
| * Add an environment variable to override cache-dirMatt Brubeck2015-03-111-2/+3
| | | | | | | | | | This will be set in servo/saltfs to prevent our buildbot builders from re-downloading the build tools for every build.
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-6/+8
| |
* | Add HOST_FILE environment variable for test-wptDaniel Le2015-03-141-1/+4
|/
* Add support for $CARGO_HOME in servobuildManish Goregaokar2015-03-081-2/+18
|
* Make submodule sync silent (and recursive).Simon Sapin2015-03-041-1/+1
| | | | | | | | | This eliminates the Synchronizing submodule url for 'support/android-rs-glue' Synchronizing submodule url for 'tests/wpt/web-platform-tests' messages that appeared for every `mach build` command.
* changin os.exit to sys.exitPrabhjyot Singh Sodhi2015-02-221-1/+1
| | | | Fixes #5009
* Remove dependency on backup-flame dirManish Goregaokar2015-02-211-1/+1
| | | | | | We should be using the one in the product target dir instead. This makes the B2G deps distributable again
* Add ./mach build-gonk commandManish Goregaokar2015-02-211-1/+37
|
* Mach bootstrapping will sync modulesPrabhjyot Singh Sodhi2015-02-191-0/+1
| | | | Fixes #4916
* Move snapshot dir inside the source dir by defaultMatt Brubeck2015-01-281-3/+5
| | | | | | | | | This avoids changing any directories outside the repo, which is better for some automation scenarios. The servobuild.example file has a "cache-dir" setting that restores the previous default location of `~/.servo`, which is useful for developers working with multiple clones on the same machine.
* Switch android to glutin.Glenn Watson2014-12-121-0/+12
|
* Use mach to build openssl on android instead of glut makefile.Glenn Watson2014-12-091-0/+3
| | | | | | The glut makefile will be removed shortly after glutin lands for android, so we need to build openssl for android elsewhere in the build process.
* Make build system more independent of current directory.Simon Sapin2014-12-021-0/+3
|
* Use the correct Rust path in Android packagingMatt Brubeck2014-11-141-0/+1
|
* Issue #3804 : Allow enabling debug-mozjs from servobuild configFabrice Desré2014-11-061-0/+2
|
* Automatically update cargo when necessaryMatt Brubeck2014-11-051-1/+8
|
* Fixes #3353: rust snapshot downloads to home directoryAnthony Miyaguchi2014-11-051-3/+6
|
* Add Android build config to mach/servobuildMatt Brubeck2014-10-031-0/+16
|
* Have the Rust snapshot directory include the Rust version and hash.Simon Sapin2014-09-291-2/+35
| | | | | | | | | | | | | | That way, whenever rust-snapshot-hash changes, mach will look for the Rust snapshot in a different directory and re-boostrap as needed. However, older rust version will be left behind never cleaned up. This is good for git-bisect, but not for disk space: the current snapshot is 618 MB. In the future, we may want `mach clean` or some other comment to remove unused Rust snapshots. CC #3388
* Fix /python/servo code formatting.Simon Sapin2014-09-261-19/+30
| | | | (My editor screams at me for flake8 lint errors.)
* Have mach update (not just init) submodules as needed. Fix #3447Simon Sapin2014-09-221-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+94