kumquat-buildroot/support/download
Yann E. MORIN 8fe9894f65 suport/download: fix git wrapper with submodules on older git versions
Older versions of git store the absolute path of the submodules'
repository as stored in the super-project, e.g.:

    $ cat some-submodule/.git
    gitdir: /path/to/super-project/.git/modules/some-submodule

Obviously, this is not very reproducible.

More recent versions of git, however, store relative paths, which
de-facto makes it reproducible.

Fix older versions by replacing the absolute paths with relative ones.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-17 22:58:22 +02:00
..
bzr core/pkg-download: change all helpers to use common options 2018-04-02 12:22:50 +02:00
check-hash
cvs download/cvs: add a 10 minute timeout 2018-05-31 19:32:45 +02:00
dl-wrapper support/download/dl-wrapper: fix urlencode option never being sent to backend 2018-12-09 17:16:04 +01:00
file support/download/file: remove set -x 2018-05-13 22:26:43 +02:00
git suport/download: fix git wrapper with submodules on older git versions 2020-06-17 22:58:22 +02:00
hg core/pkg-download: change all helpers to use common options 2018-04-02 12:22:50 +02:00
scp support/download/scp: fix download with scheme prefix 'scp://' 2019-02-05 20:32:53 +01:00
svn support/download/svn: generate reproducible svn archives 2019-12-30 10:50:21 +01:00
wget download: put most of the infra in dl-wrapper 2018-04-02 14:19:51 +02:00