buildrootschalter/support/download
Yann E. MORIN 8f76366c0f support/download: fix the git helper output file format
The git helper uses gzip to compress the intermediate tarball. But gzip
removes the source file, and create a new file named by appending .gz to
the original file name.

Thus, we end up with output.gz, while the download wrapper expects jsut
output, and thus believes the downlaod failed.

Fix that by storing the tar from git to a temporary file, then pipe this
file to gzip's stdin, and redirect gzip's stdout to the output file.

Reported-by: Graham Newton <gnewton@peavey-eu.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-08-06 19:41:05 +02:00
..
bzr support/download: convert bzr to use the wrapper 2014-08-04 20:12:24 +02:00
check-hash manual: add documentation about packages' hashes 2014-07-04 23:39:26 +02:00
cp support/download: convert localfiles to use the wrapper 2014-08-04 20:12:24 +02:00
cvs support/download: convert cvs to use the wrapper 2014-08-04 20:12:24 +02:00
git support/download: fix the git helper output file format 2014-08-06 19:41:05 +02:00
hg support/download: convert Hg to use the wrapper 2014-08-04 20:12:24 +02:00
scp support/download: convert scp to use the wrapper 2014-08-04 20:12:25 +02:00
svn support/download: convert svn to use the wrapper 2014-08-04 20:12:25 +02:00
wget support/download: convert wget to use the wrapper 2014-08-04 20:12:25 +02:00
wrapper support/download: add download wrapper 2014-08-04 20:12:24 +02:00