summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/tar.py
Commit message (Expand)AuthorAgeFilesLines
* Fix E741 warningsjjardon/pycodestyle_fixesJavier Jardón2018-08-281-3/+3
* Source plugin tar depends on host's lzipJavier 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/+4
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* doc: consistent source staging dir docAngelos Evripiotis2018-02-131-0/+3
* plugins/sources/tar.py: Dont manually reraise exceptionTristan Van Berkom2017-12-201-5/+4
* Remove unused importsGökçen Nurlu2017-12-071-1/+1
* Add support for lzip in tar source. Fix #158.Valentin David2017-11-301-1/+32
* Fix untar of symlinks. Only hardlinks are relative to top of archive and shou...Valentin David2017-11-291-3/+1
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* plugins/sources/tar.py: Ignore leading ./ in tarball pathsTristan Van Berkom2017-11-031-9/+18
* tar: Move most of the code to a new base classMathieu Bridon2017-11-031-91/+7
* plugins/sources/tar.py: Ignore possible leading '.' directory.Tristan Van Berkom2017-11-021-0/+6
* Add source plugin node validationsTristan Maat2017-09-141-0/+2
* tar.py source plugin: Use utils.sha256sum()Tristan Van Berkom2017-09-121-9/+1
* tar.py: Use the utils.glob() methodTristan Van Berkom2017-06-291-20/+2
* tar.py: Consider the 'base-dir' as part of the unique keySam Thursfield2017-06-151-1/+1
* tar.py plugin: Handle urllib.error.ContentTooShortErrorTristan Van Berkom2017-05-281-1/+1
* tar.py source plugin: Handle globbing of tarfiles lacking directory entriesTristan Van Berkom2017-05-211-6/+34
* tar.py source plugin: Implement base-dir glob pattern parameterTristan Van Berkom2017-05-141-2/+63
* tar.py source plugin: Reducing line length in documentationTristan Van Berkom2017-04-131-3/+3
* tar.py source: Some minor changes before mergeTristan Van Berkom2017-04-131-9/+5
* Add a tar source pluginJonathan Maw2017-04-131-0/+160