Commit graph

4 commits

Author SHA1 Message Date
721cc28d03 Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
5b894d85b0 Update copyright dates 2016-01-01 17:06:28 +00:00
667dd8ffa5 Run all jobs inside long lived worker processes
- There is less forking, once per worker process, instead of once per job.
- Nice and ionice are applied to the worker processes and hence all jobs run
  by them.
- This allows jobs to benefit from caches filled by previous jobs. For example
  many tools applied to a python file need to calculate if its python2 or python3.
2015-12-31 15:07:30 +00:00
fc4b2ced58 Initial commit 2015-12-14 18:03:11 +00:00