aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
Commit message (Expand)AuthorAgeFilesLines
* mach: Add support for paths with spaces on Windows (#32936)Mukilan Thiyagarajan2024-08-051-2/+2
* mach: Expose a `--skip-static-analysis` to `mach boostrap` (#32587)Martin Robinson2024-06-241-1/+2
* bootstrap: Add a `--skip-platform` option (#32176)Martin Robinson2024-04-291-1/+3
* mach: Don't print anything when deps are up-to-date (#31128)Martin Robinson2024-01-181-2/+0
* bootstrap: Improve pip dependency resolution (#31026)Martin Robinson2024-01-151-27/+38
* deps: Raise the Python requirement to 3.10 (#31088)Martin Robinson2024-01-151-3/+3
* bootstrap: Adding more output when installing dependencies (#31003)Martin Robinson2024-01-051-29/+9
* tidy: A few small improvements and fixes (#30941)Martin Robinson2024-01-021-2/+4
* Replace virtualenv with Python's built-in venv (#30377)Corey Farwell2023-12-071-42/+34
* Remove `__future__` imports that are no longer necessary (#30661)Martin Robinson2023-11-021-2/+0
* Vendor `mozdebug` and stop using `distutils` (#30659)Martin Robinson2023-10-311-0/+1
* mach: use `importlib` module instead of `imp` (#30645)Mukilan Thiyagarajan2023-10-301-3/+3
* Stop using distutils (#30638)Martin Robinson2023-10-281-2/+1
* Remove Gecko-specific Python bootstrap logic (#30041)Martin Robinson2023-07-281-41/+11
* Windows bootstrap supportMartin Robinson2023-07-031-6/+1
* Update scripts to reflect new WPT directory nameMartin Robinson2023-06-261-8/+2
* Allow building on paths with Unicode charactersMartin Robinson2023-06-221-10/+0
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-1/+0
* Start organizing platform-specific Python codeMartin Robinson2023-05-191-14/+19
* Run WPT sync nightly on GitHub Actioncybai2022-08-161-1/+0
* Vendor mach-1.0.0.Josh Matthews2021-12-211-0/+1
* mach: cleanup after dropping Python 2 supportDavid Heidelberg2021-07-191-3/+3
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-2/+2
* Write subprocess stdout/stderr logs to raw stdout buffer when using Python3marmeladema2019-12-101-2/+11
* Allow to run mach with Python3 (>=3.5)marmeladema2019-12-091-4/+5
* Generate per python version virtualenvmarmeladema2019-12-091-1/+1
* mach bootstrap factor out common is_firefox checkJosh Mcguigan2019-10-281-7/+7
* mach activate virtual env for bootstrapJosh Mcguigan2019-10-281-0/+8
* Replace call to execfile(...) by call to exec(compile(open(...)))marmeladema2019-10-201-1/+1
* Explicitly provide module names to mach so it doesn't try to autogenerate themManish Goregaokar2019-05-061-1/+5
* Don't assume the user's environment in mach_bootstrap.TheGoddessInari2019-04-011-12/+7
* Update MPL license to https (part 1)Jan Andre Ikenmeyer2018-11-191-1/+1
* Allow bootstrap to be run before anything else is installedManish Goregaokar2018-09-111-0/+18
* removed sys.platform check & consolidated the pip invocationsMatthew Young2018-06-061-16/+1
* Fix for pip invocation when setting up virtual environment during buildMatthew Young2018-06-061-1/+1
* Upgrade pip properly on windows.Josh Matthews2018-05-151-5/+12
* Don't suppress errors when executing mach bootstrap processes.Josh Matthews2018-05-141-1/+1
* Add wptserve into python import paths.Xidorn Quan2018-03-071-5/+16
* Enable pip output in mach_bootstrap.pySimon Wörner2017-11-241-2/+2
* Redirect stdout and stderr to file to avoid deadlockSimon Wörner2017-11-241-23/+26
* Use upstream wptrunner from web-platform-tests.Josh Matthews2017-10-051-1/+1
* Update mach bootstrap for changes to wpt harness path in geckoJames Graham2017-06-051-11/+18
* Remove more deprecated Windows GNU code/docsAneesh Agrawal2017-04-161-10/+1
* Find WPT files in Firefox repositoryGregory Szorc2017-02-031-7/+26
* Add a Salt bootstrapperAneesh Agrawal2017-01-171-3/+7
* Commit that fixes the issue #11074 by upgrading pip whenever virtualenv is cr...Peter2016-12-031-0/+17
* Fix test-wpt and test-css for Windows.Jack Moffitt2016-11-161-7/+15
* Warn and exit mach if it detects MinGW PythonUK9922016-10-101-0/+8
* Minor cleanup of mach and bootstrap scriptRavi Shankar2016-09-011-37/+31
* Ensure that we get python and pip from virtualenvRavi Shankar2016-09-011-7/+8