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)
committerPaul Spooren <mail@aparcar.org>
Mon, 14 Feb 2022 23:24:24 +0000 (00:24 +0100)
commit7fae1e5677e9bb4979c8d4ac99be4de6955b13d0
tree65fc6dd60cb6ee540aeb202197409ac8a68a004a
parent2120cad38d6f78cc1b727459eeedb6ed9a14edbe
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>
feeds.conf.default
scripts/feeds