summaryrefslogtreecommitdiff
path: root/buildstream/sandbox.py
Commit message (Expand)AuthorAgeFilesLines
* Move sandboxes to separate directoryTristan Maat2017-09-281-232/+0
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-311-1/+4
* sandbox.py: Added INTERACTIVE sandbox flagTristan Van Berkom2017-06-201-0/+8
* sandbox.py: Dont ensure directories at mark_directory() timeTristan Van Berkom2017-06-141-3/+0
* sandbox.py: Added 'artifact' keyword argument to mark_directory() APITristan Van Berkom2017-06-141-3/+13
* sandbox.py: Reworked Sandbox APITristan Van Berkom2017-06-121-9/+105
* sandbox.py: Fixing docstring to refer to correct errorTristan Van Berkom2017-03-101-2/+2
* sandbox.py: Removed executor, sandbox is only an abstract class.Tristan Van Berkom2017-03-081-82/+80
* sandbox.py: Add set_cwd to public APIJürg Billeter2016-12-311-0/+9
* Removing chroot sandbox implementationAndrew Leeming2016-12-151-8/+5
* Adding in basic sandbox interface classAndrew Leeming2016-12-151-0/+114