mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8fc8121668
When mach_bootstrap got interrupted while it's setting up virtualenv or calling out to pip, it wouldn't repeat that step on subsequent runs, and mach fails because its environment isn't set up properly or dependencies are missing. So now we re-run virtualenv if activate_this.py doesn't exist, and only create the marker file for required packages after pip has returned successfully. Source-Repo: https://github.com/servo/servo Source-Revision: afc41ec4ac404a160edb8c8fb12434fe54d59821 |
||
---|---|---|
.. | ||
mach | ||
servo | ||
licenseck.py | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt | ||
tidy.py |
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.