aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow running WPT in FirefoxJ. Ryan Stinnett2016-07-211-0/+1
* Auto merge of #10618 - zwn:fix-windows-build, r=larsbergstrombors-servo2016-07-171-2/+5
|\
| * Ensure virtualenv activates.Zbynek Winkler2016-04-211-2/+5
* | Added detection for case-sensitive file systemsPer Lundberg2016-06-141-0/+15
* | Create `mach package`edunham2016-06-031-0/+6
* | Mach now shows stderr when a virtualenv or pip call fails (fixes #11055)Adrian Utrilla2016-05-071-8/+16
* | Upgrade mach to 0.6; stop vendoring mach.Corey Farwell2016-05-021-1/+0
* | Package tidyaskeing2016-04-141-0/+1
|/
* Handle exception with errormessage on topdir with Unicode characters.Petr Klíma2016-03-151-0/+9
* Exit mach with an error when building on a path with spaces. Fixes #9442Suvish Varghese Thoovamalayil2016-02-111-0/+7
* Fix build on windows when default python is MSYS64 pythonAdam Casey2016-01-231-2/+8
* adding check for windows then using Scripts instead of binJason Williams2016-01-221-1/+3
* Make virtualenv more tolerant of spaces in directory namesCorey Farwell2015-11-071-1/+2
* mach_bootstrap: Don't get confused by interruptsBenjamin Herr2015-11-051-4/+4
* Expand list of Python executable names to search in PATHCorey Farwell2015-09-291-16/+25
* Added error handling and improved error messaging when running mach without p...Anthony Broad-Crawford2015-09-211-2/+17
* Create a marker file to avoid running pip when possibleAidan Hobson Sayers2015-09-141-5/+14
* Use OS-agnostic filesystem paths in PythonCorey Farwell2015-09-081-8/+8
* Remove references to no-longer-in-tree Python packagesCorey Farwell2015-09-021-4/+0
* Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for b...Corey Farwell2015-09-021-0/+37
* Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking ...Ms2ger2015-08-091-37/+0
* Use one Python virtual environment for all mach commandsCorey Farwell2015-08-081-0/+37
* Add flake8 to the tidy process for Python filesCorey Farwell2015-06-041-1/+1
* Fix tidy issues with Python files in python/Corey Farwell2015-06-021-1/+2
* Clarify Python version checking conditionalCorey Farwell2015-05-311-1/+1
* Make the test-wpt mach command support all the command line arguments of wptr...James Graham2015-04-031-0/+3
* mozilla-central modules for debugger detectionMatthew Rasmus2014-11-231-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+100