We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at ark cookbook docs (https://github.com/burtlo/ark#attribute-parameters), I see that the url accepts: TAR.GZ and ZIP files.
However, I see in the scala cookbook that it's pointing to a TGZ file.
https://github.com/RiotGames/scala-cookbook/blob/master/recipes/default.rb#L25
Looking at the recipe and attributes file, I don't see any conversion work being done from TGZ to TAR.GZ.
Unless I'm missing something, then it seems to me that the ark docs are wrong?
Thank you, Kevin
The text was updated successfully, but these errors were encountered:
Hi Kevin,
ark handles tgz files correctly, have a look here:
when /^(tar.gz|tgz)$/ then "xzf"
So you are right, the documentation is incomplete...
But I think this is not an issue of the scala-cookbook?
Sorry, something went wrong.
No branches or pull requests
Looking at ark cookbook docs (https://github.com/burtlo/ark#attribute-parameters), I see that the url accepts: TAR.GZ and ZIP files.
However, I see in the scala cookbook that it's pointing to a TGZ file.
https://github.com/RiotGames/scala-cookbook/blob/master/recipes/default.rb#L25
Looking at the recipe and attributes file, I don't see any conversion work being done from TGZ to TAR.GZ.
Unless I'm missing something, then it seems to me that the ark docs are wrong?
Thank you,
Kevin
The text was updated successfully, but these errors were encountered: