Hello! A script used in a CI environment that downloads and runs a Neo4j instance needed for unit tests has stopped working because the downloads of Neo4j, while labelled `.tar.gz`, do not appear to be in gzip format. I've tried multiple versions of Neo4j and they all produce the same result:
$ wget -O neo4j-community-2.2.1-unix.tar.gz http: //neo4j.com/artifact.php?name=neo4j-community-2.2.1-unix.tar.gz $ tar -xzvf neo4j-community-2.2.1-unix.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now This is occurring for all downloads on all tested linux platforms. Anyone know what's going on with the downloads? Thanks! Josh -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
