summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/deb.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
| | | | | Now that 'bst track' is obsolete, change guidance to refer to the replacement 'bst source track' instead.
* sources: Don't redundantly document directory configurationChandan Singh2018-10-251-3/+2
| | | | | | | | | | | | Instead of redundantly documenting "directory" configuration option in each source plugin, refer to the built-in functionality documentation of the Source class. * source.py: Add anchor for built-in functionality. * sources/plugins/*.py: Remove directory config option, and add reference to Source's built-in functionality. Fixes #713.
* plugins/sources: refactor, rm needless ExitStack-sAngelos Evripiotis2018-10-231-3/+2
| | | | | Remove two uses of ExitStack that aren't necessary and make the code a little harder to follow.
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
|
* Source plugin deb depends on host's arpy python packageJavier Jardón2018-06-221-0/+4
| | | | Issue #353
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
| | | | Fixes #424
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-1/+3
| | | | | | | | | | | | o Now the page titles are declared in plugins, allowing for a more descriptive ToC o Makefile and plugin.rsttemplate updated to not produce the title, to no longer use `:orphan:` for plugin pages, and to ignore any private modules in the plugin directories. o Interestingly, now the docs will fail to build if you add a new plugin and forget to add it to the documentation.
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
|
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
| | | | | Plugins set their attributes in configure(), because the constructor is not public API.
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-1/+1
| | | | | | | This completes the work which was started in commit 3ba544b80f9f268be8ffe62fc8589b30212ec4a2 which only went half way towards updating all the source code to be consistent and use the new semantic which allows None values.
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
added tests