feeds: use git-src-full to allow Git versioning
authorPaul Spooren <mail@aparcar.org>
Mon, 11 Oct 2021 20:47:00 +0000 (10:47 -1000)
committerPetr Štetiar <ynezz@true.cz>
Sun, 28 Aug 2022 06:16:24 +0000 (08:16 +0200)
commitd445df84c5a9eb48939322733ec48031c32c2cf2
tree682604b50c246f37870e9876d7ce9355805a759b
parent32101669db23a30a7ed1b84da87136802e94edf9
feeds: use git-src-full to allow Git versioning

Both $(AUTORELEASE) and $(PKG_SRC_VERSION) (from luci.git) use the Git
log to determine releases and package timestamps.

Feeds are shallow cloned by default, resulting in an incomplete Git log
and therefore different local package versions than offered upstream.

This commits sets the default feeds to use `src-git-full` to solve that.

Add fixes from "2b1d92f: scripts/feeds: silence git warning by selecting
pull style" to `src-git-full`

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 7fae1e5677e9bb4979c8d4ac99be4de6955b13d0)
feeds.conf.default
scripts/feeds