summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
Commit message (Expand)AuthorAgeFilesLines
* buildelement.py: Remove secret undocumented command listsremove-secret-command-lists-backportTristan Van Berkom2018-01-121-5/+17
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-2/+2
* Make node_get_member pass default values as positional argsJonathan Maw2017-11-141-2/+2
* buildelement.py: Fixed doc string link.exceptions-refactorTristan Van Berkom2017-11-061-1/+1
* buildelement.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-34/+29
* Add warnings when staging to /buildstream/build74-prevent-artifacts-from-containing-files-in-buildstream-buildTristan Maat2017-10-191-0/+13
* Add element plugin node validationsTristan Maat2017-09-141-4/+8
* buildelement.py: Log commands run by source-bundle scriptsSam Thursfield2017-07-051-1/+1
* Fix accidental permission changesTristan Maat2017-06-281-0/+0
* buildelement.py: Implement generate_scriptTristan Maat2017-06-281-0/+12
* buildelement.py: Adapt to Element and Sandbox API churnTristan Van Berkom2017-06-121-19/+19
* buildelement.py: Dont silence integration command messagesTristan Van Berkom2017-05-211-1/+1
* buildelement.py: Support for `command-subdir` var + docsTristan Van Berkom2017-05-151-11/+93
* element.py: Added stage_dependencies() convenience function.Tristan Van Berkom2017-03-151-2/+1
* buildelement.py: Adapt to cleaned up sandbox APITristan Van Berkom2017-03-081-10/+10
* buildelement.py: Use read-only root when running build commandsTristan Van Berkom2017-02-241-0/+4
* buildelement.py: Better outputTristan Van Berkom2017-02-241-2/+5
* buildelement.py: Timed activity for staging dependencies and running integrationTristan Van Berkom2017-02-231-4/+6
* build-element.bst: Append newline to build commands run in sandboxTristan Van Berkom2017-02-231-1/+1
* buildelement.py: Explicitly consider 'notparallel' in cache key resolutionTristan Van Berkom2017-02-221-0/+8
* buildelement.py: Run the shell with 'sh', and pass -eTristan Van Berkom2017-02-221-1/+5
* buildelement.py: Ensure build & install dirs existTristan Van Berkom2017-02-211-5/+7
* buildelement.py: Use 'sh' instead of '/bin/sh' for running shell scriptsTristan Van Berkom2017-02-031-1/+1
* buildelement: Ensure build directory existsTristan Van Berkom2017-02-031-0/+7
* buildelement.py: Run Element.integrate() on all staged dependencies.Tristan Van Berkom2017-01-251-0/+5
* buildelement.py: Implement assemble()Tristan Van Berkom2017-01-181-1/+28
* buildelement.py: No need to report a sorted unique keyTristan Van Berkom2017-01-091-1/+1
* buildelement.py: Use a sorted dict and not an ordered one.Tristan Van Berkom2017-01-091-4/+2
* buildelement.py: Use new node accessor utilities with variable substitutionTristan Van Berkom2017-01-071-3/+2
* Adding new built-in BuildElementTristan Van Berkom2016-12-311-0/+70