summaryrefslogtreecommitdiff
path: root/buildstream/sandbox
Commit message (Expand)AuthorAgeFilesLines
* element: Make "--sysroot" take a bare directoryJonathan Maw2018-10-302-5/+14
* sandbox.py: Remove redundant Sandbox.__directoryJonathan Maw2018-10-301-2/+1
* Check if command is a str and replace by list before checking existenceBenjamin Schubert2018-10-263-8/+12
* 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/_sandboxbwrap.py: Disable lint about dict.getDaniel Silverstone2018-10-251-1/+1
* sandbox/_mounter.py: Remove useless inheritance on `object`Daniel Silverstone2018-10-251-1/+1
* sandbox/_mount.py: Do not use dict literals in argument defaultsDaniel Silverstone2018-10-251-3/+6
* _sandboxremote.py: Try to reopen operation steam on failuremablanch/630-remote-execution-reconnMartin Blanchard2018-10-231-15/+43
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* Sandbox: CWD was not being created for workspacesWilliam Salmon2018-10-163-11/+8
* sandbox/_sandboxdummy.py: Take a reason for useDaniel Silverstone2018-10-041-1/+2
* sandbox/_sandboxremote.py: Use helpers to set up cwd and envJürg Billeter2018-10-021-9/+5
* Import sandbox subclass when instantiating sandboxJames Ennis2018-09-271-2/+0
* Adding Dummy sandboxknownexus2018-09-272-0/+41
* sandbox/_sandboxremote.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-7/+6
* _sandboxremote.py: Handle remote build execution exit codemablanch/668-remote-build-failureMartin Blanchard2018-09-271-6/+15
* sandbox.py: Stop caching get_virtual_directory if get_directory is usedJim MacArthur2018-09-251-7/+15
* _sandboxremote.py: Ignore return value of push_directoryJim MacArthur2018-09-211-2/+2
* FUSE: Mount with -odev in chroot sandboxRichard Maw2018-09-182-6/+11
* sandbox/_sandboxremote.py: Acquire artifact cache via PlatformDaniel Silverstone2018-09-181-12/+7
* sandbox: deduplicate default environment logicRichard Maw2018-09-163-33/+29
* subprocesses: Ensure PWD is set in process environmentRichard Maw2018-09-102-3/+15
* sandbox/__init__.py: Add SandboxRemoteJim MacArthur2018-09-071-0/+1
* _sandboxremote.py: Implement the REAPI clientJim MacArthur2018-09-071-0/+226
* sandbox.py: Allow setting the virtual directoryJim MacArthur2018-09-071-3/+20
* Sandbox: Return a CasBasedDirectory when an environment variable is setJim MacArthur2018-08-151-2/+10
* Directory API: add mark_changedJim MacArthur2018-08-152-0/+2
* Convert uses of external_directory to get_underlying_directory()Jim MacArthur2018-08-152-3/+5
* Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
* sandbox.py: Use _root in _has_commandjmac/virtual_directoriesJim MacArthur2018-08-011-2/+2
* sandbox: Remove instances of get_directoryJim MacArthur2018-08-012-2/+5
* sandbox.py: Add function to get virtual directory.Jim MacArthur2018-08-011-0/+15
* Sandbox.py: Rename __root to _root.Jim MacArthur2018-08-012-5/+6
* Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-08-011-3/+10
* Provide better error message on missing commandsTiago Gomes2018-07-023-0/+33
* Remove shebangs from python filesGökçen Nurlu2018-06-197-7/+0
* 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