kumquat-buildroot/support/download
Arnout Vandecappelle 0f369a9231 download/git: create GNU format tar files
On most distros, the tar format defaults to GNU. However, at build time
the default format may be changed to posix. Also, future versions of
tar will default to posix.

Since we want the tarballs created by the git download method to be
reproducible (so their hash can be checked), we should explicitly
specify the format. Since existing tarballs on sources.buildroot.org
use the GNU format, and also the existing hashes in the *.hash files
are based on GNU format tarballs, we use the GNU format.

In addition, the Posix format encodes atime and ctime as well as mtime,
but tar offers no option like --mtime to override them. In the GNU
format, atime and ctime are only encoded if the --incremental option is
given.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-21 23:15:46 +01:00
..
bzr support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
check-hash
cp support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
cvs support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
dl-wrapper
git download/git: create GNU format tar files 2017-03-21 23:15:46 +01:00
hg support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
scp support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
svn support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00
wget support/download: Add support to pass options directly to downloaders 2016-08-23 14:59:01 +02:00