kumquat-buildroot/support/download
Yann E. MORIN e2b71e852d download/git: be sure we do fetch something
The different versions of git will behave in different ways when
fetching remote references, as summarised by the table below:

              |     ancient git         | new git
--------------------------------------------------------------------
git fetch     | fetch all refs but tags | fetches all refs but tags
git fetch -t  | fetches only tags       | fetch all refs and tags

(git-fetch may still fetch tags, but only if reachable from a branch)

So, to cover all the bases, we do a simple fetch, to be sure we have
branches, followed by the existing fetch -t, to get extra tags.

Fixes:
    http://autobuild.buildroot.net/results/0a2/0a238a7f55ea56c33b639ad03ed5796143426889/build-end.log

Reported-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-19 23:10:24 +02:00
..
bzr
check-hash
cvs download: put most of the infra in dl-wrapper 2018-04-02 14:19:51 +02:00
dl-wrapper support/download/dl-wrapper: pass the correct -N option 2018-04-12 22:54:00 +02:00
file core/download fix local backend 2018-04-06 12:43:47 +02:00
git download/git: be sure we do fetch something 2018-04-19 23:10:24 +02:00
hg
scp
svn
wget download: put most of the infra in dl-wrapper 2018-04-02 14:19:51 +02:00