summaryrefslogtreecommitdiff
path: root/buildstream/sandbox/_sandboxbwrap.py
Commit message (Expand)AuthorAgeFilesLines
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-101-3/+9
* Directory API: add mark_changedJim MacArthur2018-08-151-0/+1
* Convert uses of external_directory to get_underlying_directory()Jim MacArthur2018-08-151-1/+1
* Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
* sandbox: Remove instances of get_directoryJim MacArthur2018-08-011-1/+3
* Provide better error message on missing commandsTiago Gomes2018-07-021-0/+6
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _sandboxbwrap.py: Fix post-bwrap cleanup behaviourGökçen Nurlu2018-06-051-1/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-231-1/+3
* pylint - dealt with unidiomatic-typecheck warningJames Ennis2018-03-141-1/+1
* _sandboxbwrap.py: Force cleanup when in interactive modeTristan Van Berkom2018-03-021-7/+24
* _sandboxbwrap.py: Allow device nodes to be bind mountedTristan Van Berkom2018-03-021-1/+10
* sandbox/_sandboxbwrap.py: Use --die-with-parentJürg Billeter2018-02-241-0/+5
* sandbox/_sandboxbwrap.py: Unshare IPC namespace in build sandboxJürg Billeter2018-02-241-0/+1
* sandbox/_sandboxbwrap.py: Unshare UTS namespace in build sandboxJürg Billeter2018-02-241-0/+1
* Inherit user id and group id for bst shellJürg Billeter2018-02-221-1/+3
* Add support for doing incremental buildsChandan Singh2018-01-251-1/+5
* Remove unused variablesGökçen Nurlu2017-12-111-2/+0
* sandbox: Make sandbox.run use keyword argsJonathan Maw2017-11-141-1/+1
* sandbox: Refactoring, moving accidentally public MountMap into it's own fileTristan Van Berkom2017-11-061-1/+2
* sandbox/_sandboxbwrap.py: Dont use user namespaces if they are unavailableTristan Van Berkom2017-10-311-1/+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-1/+29
* Move sandboxes to separate directoryTristan Maat2017-09-281-0/+327