aboutsummaryrefslogtreecommitdiffstats
path: root/feeds.conf.default
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-10-11 10:47:00 -1000
committerPetr Štetiar <ynezz@true.cz>2022-08-28 08:16:24 +0200
commitd445df84c5a9eb48939322733ec48031c32c2cf2 (patch)
tree682604b50c246f37870e9876d7ce9355805a759b /feeds.conf.default
parent32101669db23a30a7ed1b84da87136802e94edf9 (diff)
downloadupstream-d445df84c5a9eb48939322733ec48031c32c2cf2.tar.gz
upstream-d445df84c5a9eb48939322733ec48031c32c2cf2.tar.bz2
upstream-d445df84c5a9eb48939322733ec48031c32c2cf2.zip
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)
Diffstat (limited to 'feeds.conf.default')
-rw-r--r--feeds.conf.default8
1 files changed, 4 insertions, 4 deletions
diff --git a/feeds.conf.default b/feeds.conf.default
index 98bf97232d..f1827a3661 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,5 +1,5 @@
-src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
-src-git luci https://git.openwrt.org/project/luci.git;openwrt-21.02
-src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
-src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
+src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
+src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-21.02
+src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
+src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
#src-link custom /usr/src/openwrt/custom-feed