support/download: support older bazaar versions
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 17 Jan 2016 14:26:09 +0000 (15:26 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Jan 2016 19:46:04 +0000 (20:46 +0100)
commitb9be0f65acce48e10a37bb93bff4a01b75302bd8
treec29fc23ea011ad8d440fa0d30ae09e16de18a300
parentc94db4773340c837b84f6ad2e8b517f12c13c1a1
support/download: support older bazaar versions

In efe7f68 (support/download: generate reproducible Bazaar archives),
bzr was instructed to store files with the timestamp set to the date
they were last modified in the repository, instead of the current date,
using the --per-file-timestamp option.

However, this option has been added only in bzr-2.2 (August 2010) which
is not available on older distros.

We fix that by not using --per-file-timestamp when the bzr version is
older than 2.2, in which case we just generate the archive with the
current date set on files.

This means the archive is thus non-reproducible, and if a hash is
available for that archive, the hash will not match, and Buildroot will
try to download from the mirror (if any) or fail (if no mirror).

Fixes:
    http://autobuild.buildroot.org/results/51f/51f4ff5462c15a85937d411f457096224d00fdcd
    http://autobuild.buildroot.org/results/b88/b8828b5fbc16128408c2f44169ac23de7e34d770
    http://autobuild.buildroot.org/results/fb4/fb4b0fb2131b40c18273dbe5e51b393cb6df18ec
    ...

[Peter: simplify sed invocation]
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/download/bzr