Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports | Gökçen Nurlu | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | plugins/sources/zip.py: Dont depend on python 3.6 method | Tristan Van Berkom | 2017-11-06 | 1 | -8/+10 |
| | | | | | | Also, restructured a bit to match tar source, there was never any need for the `dirs_only` parameter for listing the archive paths, the source is only interested in directories anyway. | ||||
* | Add a new zip sourcezip | Mathieu Bridon | 2017-11-03 | 1 | -0/+147 |
This is equivalent to the tar source, but for Zip archives. |