summaryrefslogtreecommitdiff
path: root/buildstream/element.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for sysroot'ed dependencies in BuildElement and ScriptElementvalentindavid/sysroot_dependencies_2valentindavid/sysroot_dependenciesValentin David2019-01-171-2/+6
* buildstream/element.py: Add junction parameter to `Element.search`Valentin David2019-01-171-3/+26
* element.py: Accept architecture aliases for sandbox configjuerg/archJürg Billeter2019-01-101-1/+7
* element.py: remove reference to source bundle commandphil/remove-source-bundle-referencePhil Dawson2019-01-081-1/+1
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
* element.py: Fixing new (unnecessary-pass) and (simplifiable-if-expression) li...Tristan Van Berkom2018-12-261-3/+2
* element.py: Do not call fetch() for cached sourcesJürg Billeter2018-12-201-1/+2
* Move fetch logic from FetchQueue to ElementJürg Billeter2018-12-201-0/+13
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-7/+10
* element.py: fix unbounded variable in nested python exceptionBenjamin Schubert2018-12-131-2/+2
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-061-2/+1
* _config.py: Use os and architecture settingsRaoul Hidalgo Charman2018-12-051-3/+11
* Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-031-14/+6
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-1/+4
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-031-11/+15
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-23/+25
* _sandboxremote: Remove references to artifact cache.Jim MacArthur2018-11-271-5/+5
* element.py: Add batch_prepare_assemble() methodJürg Billeter2018-11-271-6/+47
* element.py: Support command batching for integration commandsJürg Billeter2018-11-271-8/+7
* element.py: Defer workspace.prepared setting in case of pending commandsJürg Billeter2018-11-271-1/+6
* element.py: Cache artifact also on SandboxCommandErrorJürg Billeter2018-11-271-2/+2
* element.py: Pass element object to sandboxJürg Billeter2018-11-271-0/+2
* element.py: Use SandboxFlags.NONE instead of 0Jürg Billeter2018-11-271-1/+2
* element.py: Only cache on element error or successBenjamin Schubert2018-11-191-19/+6
* Don't cache sandbox errorsBenjamin Schubert2018-11-191-89/+103
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-171-37/+125
* element.py: Use _force_rmtree instead of custom code.jmac/make_writable_combinationJim MacArthur2018-11-071-10/+3
* element.py: Do not include type name of artifact cache in cache keyJürg Billeter2018-11-051-1/+1
* element.py: Remove unused artifacts parameter from _new_from_meta()Jürg Billeter2018-11-051-4/+3
* _project.py: Remove unused artifacts parameter from create_element()Jürg Billeter2018-11-051-1/+1
* element.py: Remove artifacts parameter from constructorJürg Billeter2018-11-051-2/+2
* element.py: Pass bare_directory also to SandboxRemote()juerg/remote-executionJürg Billeter2018-11-031-0/+1
* element: Make "--sysroot" take a bare directoryJonathan Maw2018-10-301-3/+8
* Element: Use cached buildtree in build shells and failure shellsJonathan Maw2018-10-301-4/+8
* element.py: Always clean up the rootdirJonathan Maw2018-10-301-2/+2
* various: Move _sentinel from utils.py to _yaml.pyDaniel Silverstone2018-10-261-1/+1
* element.py: Silence pylint warning about abstract methodDaniel Silverstone2018-10-251-1/+1
* element.py: Simplify some conditions with `in (foo, bar)`Daniel Silverstone2018-10-251-2/+2
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+2
* Fix spelling of it's and itsRichard Dale2018-10-161-4/+4
* Rename element_enums.py -> types.pyTristan Van Berkom2018-10-121-2/+2
* element.py: Prepare local sandbox for bst checkout and bst shellJürg Billeter2018-10-051-5/+8
* element.py: Do not save workspace on failed buildJosh Smith2018-10-041-4/+6
* element.py: Put the temporary staging directory in artifactdirjmac/temporaries-inside-cachedirJim MacArthur2018-10-031-4/+4
* element.py: Validate sandbox configJürg Billeter2018-09-271-4/+18
* element.py: Add __use_remote_execution() helper methodJürg Billeter2018-09-271-3/+9
* element.py/_assemble(): Call get_virtual_directory later.jmac/stop-caching-vdirsJim MacArthur2018-09-251-3/+1
* element.py: Fix cache check in non-strict modeJürg Billeter2018-09-241-1/+1
* element.py: Remove early warning and check directory is not NoneJim MacArthur2018-09-211-8/+5
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-191-4/+0