kumquat-buildroot/support/download
Yann E. MORIN 84d7986940 support/download: fix the bzr helper
bzr uses the name of the extension of the output file to known what
output format to use: tar, tgz, tar.bz2... If no extension is
recognised, bzr will output to a directory.

Since we use 'mktemp .XXXXXX' to generate temporary files, it obviously
never ends with a recognised extension. Thus, bzr expects the output to
be a directory, and fails since it is a file.

Fix that by forcing the output format.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-07-08 10:53:39 +02:00
..
bzr support/download: fix the bzr helper 2014-07-08 10:53:39 +02:00
check-hash manual: add documentation about packages' hashes 2014-07-04 23:39:26 +02:00
cp pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
cvs pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
git pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
hg pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
scp pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
svn pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00
wget pkg-infra: don't use DL_DIR as scratchpad for temporary downloads 2014-07-04 23:28:13 +02:00