summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/_sandboxchroot.py
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Deduplicate code to process cwd, env, and command argumentsJürg Billeter2018-11-271-11/+1
* Check if command is a str and replace by list before checking existenceBenjamin Schubert2018-10-261-4/+4
* sandbox/_sandboxchroot.py: Silence warning about dict.getDaniel Silverstone2018-10-251-1/+1
* sandbox/_sandboxchroot.py: Silence warning about preexec_fnDaniel Silverstone2018-10-251-1/+1
* sandbox/_sandboxchroot.py: Silence warning about unused variableDaniel Silverstone2018-10-251-1/+0
* Sandbox: CWD was not being created for workspacesWilliam Salmon2018-10-161-2/+1
* FUSE: Mount with -odev in chroot sandboxRichard Maw2018-09-181-1/+5
* sandbox: deduplicate default environment logicRichard Maw2018-09-161-15/+5
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-0/+6
* Directory API: add mark_changedJim MacArthur2018-08-151-0/+1
* Sandbox.py: Rename __root to _root.Jim MacArthur2018-08-011-1/+1
* Provide better error message on missing commandsTiago Gomes2018-07-021-0/+5
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-231-0/+7
* _sandboxchroot.py: Ensure the cwd existsJürg Billeter2018-03-151-0/+6
* pylint - dealt with import warningsJames Ennis2018-03-141-1/+1
* Add support for doing incremental buildsChandan Singh2018-01-251-1/+5
* sandbox: Make sandbox.run use keyword argsJonathan Maw2017-11-141-1/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-2/+0
* sandbox: Refactoring, moving accidentally public MountMap into it's own fileTristan Van Berkom2017-11-061-4/+5
* sandbox/_mount.py: Renamed _mounter.pyTristan Van Berkom2017-11-061-1/+1
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-061-6/+6
* artifactcache.py: Fix missing fetch_remote_refs interface98-ctrl-c-doesn-t-properly-kill-a-non-interactive-shellTristan Maat2017-10-191-1/+6
* Fix keyboardinterrupts caused by subprocessesTristan Maat2017-10-191-17/+65
* Move sandboxes to separate directoryTristan Maat2017-09-281-0/+263