aurora git commit: containerizer documentation and example changed to non-deprecated syntax

2016-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 5cad046fc -> 4a2aff987 containerizer documentation and example changed to non-deprecated syntax Bugs closed: AURORA-1754 Reviewed at https://reviews.apache.org/r/51438/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo

aurora git commit: A few executor fixes for filesystem isolation:

2016-08-26 Thread jcohen
Repository: aurora Updated Branches: refs/heads/master 2988a7e01 -> 5cad046fc A few executor fixes for filesystem isolation: - Add an option to skip the groupadd/useradd calls into the task's filesystem. - Mount any configured volumes into the task's filesystem. - Clean up http server script

aurora git commit: Unset PYTHONPATH before calling pants

2016-08-26 Thread serb
Repository: aurora Updated Branches: refs/heads/master 50f47ccc9 -> 2988a7e01 Unset PYTHONPATH before calling pants Our tests are started via `./pants test.pytest` and are then calling `./pants binary` within some test setup routines. Looks like that the `PYTHONPATH` can be tainted for the