summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/script.py
Commit message (Expand)AuthorAgeFilesLines
* buildstream/plugins/elements/script.py: Mark script as BST_VIRTUAL_DIRECTORYvalentindavid/script_virtual_directoryValentin David2019-01-091-0/+3
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-2/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+2
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-1/+1
* plugins/elements/script.py: Remove check for 'commands'Angelos Evripiotis2017-12-131-4/+0
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-141-1/+1
* plugins/elements/script.py: Issue #121 - Remove traces of pre-/post- commandsTristan Van Berkom2017-11-061-8/+3
* Add element plugin node validationsTristan Maat2017-09-141-0/+6
* script.py: Added documentationTristan Van Berkom2017-07-011-0/+6
* script.py: Allow layout members without an element.Tristan Van Berkom2017-06-141-1/+1
* Jonathan/enhance script elementJonathan Maw2017-06-061-113/+21
* script element: Make 'collect' keyword actually optionalSam Thursfield2017-05-241-3/+1
* script element: interim hacksTristan Van Berkom2017-05-241-25/+29
* script.py plugin: Stage input in the RUN scope, not BUILD scopeTristan Van Berkom2017-04-031-1/+1
* Added new script element.Tristan Van Berkom2017-04-021-0/+151