mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
Issue #10441: Added caching support to mach bootstrap As suggested on the issue, files are stored as `.part` and moved to the original name when done. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10442) <!-- Reviewable:end -->
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.