Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/sources/patch.py: Removing unneeded check | Tristan Van Berkom | 2018-01-02 | 1 | -7/+5 |
| | | | | | | | | | The patch plugin was checking if the target directory exists, however this is automatically guaranteed by the Source abstract class and documented to be guaranteed as well. Since this error cannot be caught by the plugin (it will be caught in advance by the Source class), removing the check from patch.py. | ||||
* | plugins/sources/patch.py: Added context to some errors | Tristan Van Berkom | 2018-01-01 | 1 | -8/+12 |
| | |||||
* | Switch old-style string formattings to new '.format()' | Gökçen Nurlu | 2017-11-17 | 1 | -2/+2 |
| | |||||
* | refactoring: Made Project option private | Tristan Van Berkom | 2017-11-06 | 1 | -3/+1 |
| | | | | | | | | | | | | | | This required adding two new APIs to make up for it on the Source o get_project_directory() Added here because elements should not be accessing external resources, Sources needed for local files and GPG keys and such o translate_url() Used by sources to mish-mash the project aliases and create real urls. | ||||
* | patch.py source plugin: Use utils.sha256sum() | Tristan Van Berkom | 2017-09-12 | 1 | -11/+1 |
| | |||||
* | Add patch source plugin | Chandan Singh | 2017-09-09 | 1 | -0/+106 |
Fixes #63 |