aboutsummaryrefslogtreecommitdiff
path: root/spec/fixtures/abc.bz2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs: make unpack_archive platform-agnostic using specific fs functionsHisham Muhammad2018-07-181-0/+0
Use luarocks.tools.tar for handling tar files, and add platform-specific functions fs.zip, fs.unzip, fs.bunzip2, fs.gunzip, giving them native implementations using Lua modules or alternative implementations using third-party tools.