Skip to content
New issue

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

Using Ark in This Cookbook with TGZ File? #11

Open
kevinmeredith opened this issue Sep 30, 2014 · 1 comment
Open

Using Ark in This Cookbook with TGZ File? #11

kevinmeredith opened this issue Sep 30, 2014 · 1 comment

Comments

@kevinmeredith
Copy link

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

@jossy
Copy link
Contributor

jossy commented Nov 3, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants