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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Now hexagonit.recipe.download does not recognize .gz archives, for example, I have this section:
And running buildout I get this error:
The text was updated successfully, but these errors were encountered: