aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Support dumb terminals in bootstrap downloadsAndreas Tolfsen2014-09-181-2/+5
| | | | | | | | | | | Dumb terminals can only interpret a limited number of control codes, and rewriting the terminal buffer will make `./mach build` very talkative on these terminals. This can be tested by setting the environment variable TERM to "dumb" as such: TERM=dumb ./mach build
* Cargoify servoJack Moffitt2014-09-081-0/+153