aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrapper/windows_gnu.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and simplify existing `mach bootstrap`Aneesh Agrawal2017-01-151-72/+0
| | | | | | | | | | | | | | | - Default to interactive mode and remove the `--interactive` flag - Use `--force` to skip interactivity - Change MSVC dependency storage organization on disk: put each version into its own folder and directly refer to the versioned folders, providing immutability and making the installation list redundant - Reuse `host_triple()` function to fix broken bootstrapper dispatching - Simplify code: - Remove or inline many unused and redudant functions and variables - Prefer plain functions to classes - Consolidate into fewer files, remove unnecessary bootstrapper/ dir - Improve Python style - Sort dependency list
* Remove unusable --android flag for `mach bootstrap`Aneesh Agrawal2017-01-141-3/+0
| | | | `mach` can't do any bootstrapping for Android, so the flag is useless.
* Create `mach bootstrap` based on Mozilla's mozboot bootstrapperUK9922016-09-071-0/+75