summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/patch.py
Commit message (Expand)AuthorAgeFilesLines
* patch plugin: validate project pathsTiago Gomes2018-08-021-9/+4
* Source plugin patch depends on host's patchJavier Jardón2018-06-221-0/+4
* 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-1/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-0/+3
* plugins/sources/patch.py: Removing unneeded checkTristan Van Berkom2018-01-021-7/+5
* plugins/sources/patch.py: Added context to some errorsTristan Van Berkom2018-01-011-8/+12
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-2/+2
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-3/+1
* patch.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-11/+1
* Add patch source pluginChandan Singh2017-09-091-0/+106