You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
I've been using archiver for a while for a tool that downloads releases from github (and other places) and automatically unpacks them to make their commands available for running. Archiver has worked out very well so far.
Today, I wanted to add restic to my tool, and it's downloads are only bzip2 compressed, as opposed to being tar'd first. This is not supported by archiver.
It looks like it would be possible to add support for archives of one file that are only compressed (gz or bzip2). I am wondering, would this support be in line with the goals of the project and likely be accepted? I want to know before investing more effort.
Thanks for making such a useful library.
The text was updated successfully, but these errors were encountered:
justone
added a commit
to justone/archiver
that referenced
this issue
Sep 2, 2018
* Add support for plain .gz and .bz2 files
Closes#80
* fix tests for single file archives
* added file content detection for gz and bzip
* add test support for single file archives
* fix bzip2 source filename
* Add support for plain .gz and .bz2 files
Closes#80
* fix tests for single file archives
* added file content detection for gz and bzip
* add test support for single file archives
* fix bzip2 source filename
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been using archiver for a while for a tool that downloads releases from github (and other places) and automatically unpacks them to make their commands available for running. Archiver has worked out very well so far.
Today, I wanted to add restic to my tool, and it's downloads are only bzip2 compressed, as opposed to being tar'd first. This is not supported by archiver.
It looks like it would be possible to add support for archives of one file that are only compressed (gz or bzip2). I am wondering, would this support be in line with the goals of the project and likely be accepted? I want to know before investing more effort.
Thanks for making such a useful library.
The text was updated successfully, but these errors were encountered: