summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/import.py
Commit message (Expand)AuthorAgeFilesLines
* import.py: Set BST_RUN_COMMANDS to FalseJürg Billeter2019-03-061-0/+3
* storage: Use variable-length argument list for Directory.descend()Jürg Billeter2019-03-061-4/+4
* import.py: Validate config nodejuerg/importJürg Billeter2019-02-101-0/+4
* Derive import plugin from Element instead of BuildElementChandan Singh2019-01-181-9/+2
* plugins/elements/import.py: Fixing new (duplicate-string-formatting-argument)...Tristan Van Berkom2018-12-261-1/+1
* build elements: Add reference to BuildElement's built-in configchandan/source-doc-directoryChandan Singh2018-10-251-0/+3
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-08-011-13/+10
* 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/+1
* Add element.prepare methodTristan Maat2018-04-131-1/+5
* Add support for doing incremental buildsChandan Singh2018-01-251-1/+2
* import.py: Implement generate_script() for source bundlesJürg Billeter2017-08-221-0/+26
* import.py: Raise an error for elements that have no sourcesSam Thursfield2017-06-151-2/+6
* import.py: Raise an error when no files are foundSam Thursfield2017-06-151-1/+5
* import.py: Adapting to Element API churnTristan Van Berkom2017-06-121-0/+6
* import.py: Fixed to use new sandbox APITristan Van Berkom2017-03-141-3/+1
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-111-1/+1
* import.py: Removed unused import of tempfileTristan Van Berkom2017-02-011-2/+1
* import.py: Import element documentation fixesTristan Van Berkom2017-01-201-2/+4
* import.py: Added new import elementTristan Van Berkom2017-01-181-0/+84