summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-08-06 18:47:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-06 19:41:05 +0200
commit8f76366c0f14861321bc73c2f18306af45ce9f1a (patch)
tree0ae142ba48b7a658bfe3bbe491ff9382f61f377c /docs/manual
parent9d1ab4321168fdda714be30c6b53e2ce0027509d (diff)
downloadbuildroot-8f76366c0f14861321bc73c2f18306af45ce9f1a.tar.gz
buildroot-8f76366c0f14861321bc73c2f18306af45ce9f1a.zip
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>
Diffstat (limited to 'docs/manual')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud