No files found.
+2 −13
.travis.yml
.travis.yml
+1 −2
appveyor.yml
appveyor.yml
+10 −0
mach_bootstrap.py
python/mach_bootstrap.py
+5 −2
bootstrap_commands.py
python/servo/bootstrap_commands.py
+28 −1
base.py
python/servo/bootstrapper/base.py
+56 −5
bootstrap.py
python/servo/bootstrapper/bootstrap.py
+48 −0
centosfedora.py
python/servo/bootstrapper/centosfedora.py
+65 −0
debian.py
python/servo/bootstrapper/debian.py
+464 −0
osx.py
python/servo/bootstrapper/osx.py
+68 −0
packages.py
python/servo/bootstrapper/packages.py
+5 −10
windows_gnu.py
python/servo/bootstrapper/windows_gnu.py
+5 −1
windows_msvc.py
python/servo/bootstrapper/windows_msvc.py
+5 −3
command_base.py
python/servo/command_base.py