summaryrefslogtreecommitdiff
path: root/buildstream/sandbox
Commit message (Expand)AuthorAgeFilesLines
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-091-3/+2
* _sandboxbwrap.py: Fix post-bwrap cleanup behaviourGökçen Nurlu2018-06-051-1/+1
* buildstream/sandbox/_mount.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* mount: Wrap yields in context managers with try-finallyRichard Maw2018-04-121-11/+14
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-251-0/+34
* sandbox/_config.py: Replace docstring with comment.Tristan Van Berkom2018-03-251-5/+4
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-234-3/+54
* _sandboxchroot.py: Ensure the cwd existsJürg Billeter2018-03-151-0/+6
* pylint - dealt with redefined-argument-from-local warningJames Ennis2018-03-141-2/+2
* pylint - dealt with import warningsJames Ennis2018-03-141-1/+1
* 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/_mount.py: Ensure file existence for bind mountsTristan Van Berkom2018-02-281-1/+17
* 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-222-1/+12
* doc: Add 'sandboxing' sectionSam Thursfield2018-02-201-0/+2
* Add support for doing incremental buildsChandan Singh2018-01-253-2/+30
* Remove unused variablesGökçen Nurlu2017-12-111-2/+0
* sandbox.py: Make mark_directory use keyword args97-apply-pep-3102-to-all-public-api-surfacesJonathan Maw2017-11-141-1/+1
* sandbox: Make sandbox.run use keyword argsJonathan Maw2017-11-143-3/+3
* 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-065-112/+135
* sandbox/_mounter.py: Added missing copyright headerTristan Van Berkom2017-11-061-0/+20
* sandbox/_mount.py: Renamed _mounter.pyTristan Van Berkom2017-11-062-3/+3
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-063-3/+3
* Refactoring: Move ElementError and SourceError to their respective classes, c...Tristan Van Berkom2017-11-062-9/+9
* 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-192-2/+12
* Fix keyboardinterrupts caused by subprocessesTristan Maat2017-10-192-18/+94
* sandbox.py: Fixup placement of main Sandbox docstringTristan Van Berkom2017-10-021-4/+4
* Add platform factoriesTristan Maat2017-09-281-4/+3
* Move sandboxes to separate directoryTristan Maat2017-09-285-0/+1085