buildroot/support/download
Yann E. MORIN 8773182092 support/download: really, really make git archives reproducible
The way we use it, gzip will store the current time in the header, which
leads to unreproducible archives.

Fix that by telling gzip to not store the name and date of the file it
compresses, with the -n option. Since it compresses its stdin, there was
already no filename stored; now there's even no date stored.

Note: gzip has had -n since at least 1.2.4, released in 1993, so
virtually every gzip out there nowadays has it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-02-27 23:13:55 +01:00
..
bzr support/download: support older bazaar versions 2016-01-18 20:46:04 +01:00
check-hash support/download: restore mandatory check of hashes 2015-04-25 11:51:44 +02:00
cp support/download: protect from custom commands with spaces in args 2015-12-12 17:00:46 +01:00
cvs support/download: alternative access methods to CVS 2016-01-20 23:26:03 +01:00
dl-wrapper support/download: properly catch missing hashes 2015-04-03 14:08:54 +02:00
git support/download: really, really make git archives reproducible 2016-02-27 23:13:55 +01:00
hg support/download: generate reproducible Hg archives 2016-01-03 21:50:38 +01:00
scp support/download: protect from custom commands with spaces in args 2015-12-12 17:00:46 +01:00
svn support/download: protect from custom commands with spaces in args 2015-12-12 17:00:46 +01:00
wget support/download: protect from custom commands with spaces in args 2015-12-12 17:00:46 +01:00