summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/zip.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsGökçen Nurlu2017-12-071-1/+1
|
* plugins/sources/zip.py: Dont depend on python 3.6 methodTristan Van Berkom2017-11-061-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 sourcezipMathieu Bridon2017-11-031-0/+147
This is equivalent to the tar source, but for Zip archives.