No files found.
+7 −3
mach_bootstrap.py
python/mach_bootstrap.py
+6 −0
requirements-salt.txt
python/requirements-salt.txt
+3 −0
requirements.txt
python/requirements.txt
+229 −0
bootstrap.py
python/servo/bootstrap.py
+7 −104
bootstrap_commands.py
python/servo/bootstrap_commands.py
+0 −3
__init__.py
python/servo/bootstrapper/__init__.py
+0 −62
base.py
python/servo/bootstrapper/base.py
+0 −42
bootstrap.py
python/servo/bootstrapper/bootstrap.py
+0 −75
windows_gnu.py
python/servo/bootstrapper/windows_gnu.py
+0 −86
windows_msvc.py
python/servo/bootstrapper/windows_msvc.py
+2 −1
build_commands.py
python/servo/build_commands.py
+12 −52
command_base.py
python/servo/command_base.py
+11 −13
packages.py/{ → }
python/servo/{bootstrapper → }/packages.py
+2 −1
testing_commands.py
python/servo/testing_commands.py
+151 −0
util.py
python/servo/util.py