kumquat-buildroot/support/download
Yann E. MORIN efe7f684a6 support/download: generate reproducible Bazaar archives
Similarly to what has previously been done for the Hg download backend,
instruct bzr to generate the archive on stdout, so that we can generate
reproducible archives.

When instructing bzr to generate the output file by itself, it uses a
temporary file that is then fed to gzip, which in turn stores the
timestamp of that file in the generated archive, whereas when the output
is generated on stdout, there is no timestamp, so the archive is then
reproducible.

Bizarely enough, we can tell 'bazaar' not to generate a bazaar in the
archive. Cool, uh? ;-]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-01-03 21:51:50 +01:00
..
bzr support/download: generate reproducible Bazaar archives 2016-01-03 21:51:50 +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: protect from custom commands with spaces in args 2015-12-12 17:00:46 +01:00
dl-wrapper support/download: properly catch missing hashes 2015-04-03 14:08:54 +02:00
git support/download: protect from custom commands with spaces in args 2015-12-12 17:00:46 +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