summaryrefslogtreecommitdiff
path: root/buildstream/_platform/linux.py
Commit message (Expand)AuthorAgeFilesLines
* HACK: _platform/linux.py: Use BuildBox sandbox backendbuildbox-pre-willJürg Billeter2019-05-131-2/+3
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-011-1/+1
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-011-2/+1
* Sandbox: use linux32 for x86-32 builds on x86-64 machinesRaoul Hidalgo Charman2018-12-051-4/+22
* _platform: Add checks for os and architectureRaoul Hidalgo Charman2018-12-051-3/+12
* buildstream/sandbox/_sandboxbwrap.py: Distinguish sandbox failure from comman...Richard Maw2018-11-141-0/+3
* _platform/linux.py: Move get_bwrap_version into _site.pyRichard Maw2018-11-141-20/+2
* Move bwrap checks in platform/linux.pyBenjamin Schubert2018-11-081-5/+30
* _platform/linux.py: Simplify return statementDaniel Silverstone2018-10-251-5/+1
* _platform/linux.py: Remove unused importsDaniel Silverstone2018-10-251-1/+0
* _platform/linux.py: Refactor checks for sandboxingDaniel Silverstone2018-10-041-14/+31
* _platform/linux.py: Accept all configs for dummy sandboxJürg Billeter2018-10-031-0/+4
* Import sandbox subclass when instantiating sandboxJames Ennis2018-09-271-1/+2
* Adding Dummy sandboxknownexus2018-09-271-5/+8
* Added FUSE check, as WSL does not support FUSE yetknownexus2018-09-271-2/+11
* _platform: Remove unused contextJürg Billeter2018-09-271-2/+2
* Move artifact cache creation to ContextJürg Billeter2018-09-271-6/+0
* _platform/linux.py: Do not disable push globallyJürg Billeter2018-09-271-1/+1
* _platform/linux.py: Remove redundant messageJürg Billeter2018-09-271-7/+2
* _platform: Add check_sandbox_config() methodJürg Billeter2018-09-271-0/+13
* Make Project owner of Loader.Valentin David2018-08-021-2/+2
* _platform: Use CAS artifact cacheJürg Billeter2018-07-171-2/+2
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Replace bwrap checks with calls to check_bwrap_versionmilloni2018-05-071-18/+2
* _platform/linux.py: Fix fallout from context private symbols refactorTristan Van Berkom2018-04-051-1/+1
* _platform package: Adhere to policy on private symbolsTristan Van Berkom2018-04-051-21/+21
* sandbox/_sandboxbwrap.py: Use --die-with-parentJürg Billeter2018-02-241-0/+21
* _artifactcache/ostreecache.py: Make enable_push a keyword argumentJürg Billeter2018-02-241-1/+1
* _artifactcache: Use project-specific remotes for subprojectsJürg Billeter2018-02-081-1/+1
* Remove unused importsGökçen Nurlu2017-12-071-4/+1
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-061-1/+1
* _platform/linux.py: Add preflight check to detect user namespacesTristan Van Berkom2017-10-311-1/+40
* Add platform factoriesTristan Maat2017-09-281-0/+43