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

.gz support #19

Open
sirex opened this issue Apr 8, 2013 · 1 comment
Open

.gz support #19

sirex opened this issue Apr 8, 2013 · 1 comment

Comments

@sirex
Copy link

sirex commented Apr 8, 2013

Now hexagonit.recipe.download does not recognize .gz archives, for example, I have this section:

[geo-lite-country]
recipe = hexagonit.recipe.download
url = http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
destination = ${buildout:parts-directory}/geoip
hash-name = false

And running buildout I get this error:

Installing geo-lite-country.
Downloading http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
geo-lite-country: Unable to extract the package /home/sirex/.buildout/downloads/GeoIP.dat.gz. Unknown format.
While:
  Installing geo-lite-country.
Error: Package extraction error
@ltworf
Copy link

ltworf commented May 29, 2015

I'm having a similar issue.

elasticsearch-1.4.2.tar.gz: gzip compressed data, from Unix, last modified: Thu Jan 29 03:32:08 2015
elasticsearch-1.4.5.tar.gz: gzip compressed data, from FAT filesystem (MS-DOS, OS/2, NT)

Comparing two files, it appears that it doesn't handle tar files from FAT filesystems.

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