Commit Graph

57 Commits

Author SHA1 Message Date
1e143de111 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-12-06 13:25:25 +08:00
b4cc5743d9 feeds.conf.default: enable video feed by default
As discussed in the previous OpenWrt meeting the easiest way to have
regular builds of packages on the video feed without adding additional
complexity is by enabling the video feed by default.
If that slows down the buildbots beyond being useful we can always
disable it again and find another way to only sporadically build
packages of the video feed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-12-05 01:34:01 +00:00
6ac5d62e78 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-24 14:01:53 +08:00
11bb5337b8 Revert "feeds: use git-src-full to allow Git versioning"
This partially reverts commit 7fae1e5677
as it should be no longer necessary to do a full clone since commit
48ed07bc0b ("treewide: replace AUTORELEASE with real PKG_RELEASE").

Suggested-by: Thibaut VARÈNE <hacks@slashdirt.org>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2023-05-23 14:38:55 +02:00
c36fb31110 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-02-25 05:09:10 +08:00
7fae1e5677 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>
2022-02-15 00:24:24 +01:00
e404f24177 feeds: routing: update project url
(cherry picked from commit aed47c6b81)
2021-08-19 21:08:08 +08:00
a49a1a1833 Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-03 17:26:32 +08:00
88097e2840 feeds: management: remove dead and out of project feed
Remove management feed which has not been active since some years.

Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
2021-05-01 00:37:15 +02:00
8e1125c340 Merge Official Source 2021-03-06 12:05:05 +08:00
20caa68fec feeds.conf.default: remove freifunk feed
The freifunk feed is being removed becasue
a) it is an external project and the OpenWrt team does not have access to it.
b) upon original addition of the feed, there was only a very weak tendency for
the addition.
c) there is a general lack of interest in the freifunk repo to review and/or
merge pull requests.
d) as far as can be found, all projects which use the freifunk feed have their
own make system and self-maintained feeds list.  They do not use the
feeds.conf.default from the openwrt repo.

more information can be read at the following links:

http://lists.openwrt.org/pipermail/openwrt-devel/2021-February/033807.html
https://github.com/freifunk/openwrt-packages/issues/37

Signed-off-by: Perry Melange <isprotejesvalkata@gmail.com>
2021-03-03 22:56:15 +01:00
1774e6e9a3 Project ImmortalWrt: update feed url
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2021-02-06 16:58:12 +08:00
2ef4377132 Merge Official Source 2020-06-27 11:53:26 +08:00
221f97ff47 feeds: add freifunk feed
Read the freifunk packages, that have been moved from the LuCI feed
into its own feed in January 2019.

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
2020-06-24 14:58:17 +02:00
6b8a947896 Merge Official Source 2020-06-23 12:25:46 +08:00
476779aef8 snapshot: adjust url 2020-04-08 01:58:42 +08:00
a526a2a662 [feeds] routing: switch to self-maintained repo 2020-04-07 04:35:07 +08:00
7ba2632cef feeds: packages/luci: switch to self repo 2020-03-16 04:24:38 +08:00
83b552cf4c Revert "luci: mixed with openwrt-19.07"
This reverts commit 111dd08a32.
2019-11-10 01:55:24 +08:00
111dd08a32 luci: mixed with openwrt-19.07 2019-11-10 01:47:02 +08:00
0a410df234 feeds: switch git.lede-project.org URLs to git.openwrt.org
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-01-16 16:59:22 +01:00
01205c3886 Add video feed to feeds.conf.default
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
2017-01-25 16:04:39 +01:00
1e0f650d7d feeds: switch from github to lede-project.org mirrors
GitHub seems to be a bit unreliable on feeds updates on the buildbot
lately, so hopefully our own mirror will be more reliable than that.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-08-01 22:34:18 +02:00
4e5a8c4c6d feeds.conf: disable the targets feed by default
It is not actively maintained anyway

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-17 16:57:54 +02:00
3bb5f795d1 feeds.conf.default: disable management feed
looks like the upstream source packages were un-published.

Signed-off-by: John Crispin <john@phrozen.org>
2016-06-13 22:51:42 +02:00
9c0d590d21 feeds.conf.default: remove the commented ancient feeds
Cleanup feeds.conf.default by removing the old commented-out feeds:
* x-wrt has not been updated for years and targets WhiteRussian/Kamikaze.
  No currect code base available anywhere
* six old feeds from svn.openwrt.org/feeds. These feeds have not been
  updated for 4-5 years and their code is currently unavailable
  (in svn.openwrt.org)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>

SVN-Revision: 49206
2016-04-20 17:19:08 +00:00
5956a3ca1a feeds.conf.default: add new targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44886
2015-03-19 11:58:35 +00:00
2514852929 Move telephony feed to github
Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 43614
2014-12-11 10:30:51 +00:00
d83efbadee feeds: switch LuCI to Github repo
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 42865
2014-10-09 21:27:26 +00:00
5fa9048011 feeds: disable oldpackages by default
SVN-Revision: 41875
2014-07-29 10:24:12 +00:00
691d7bbbf7 feeds.conf.default: add management feed
This feed will contain packages related to management.

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 41163
2014-06-12 15:08:08 +00:00
089f095926 feeds.conf.default: restore the old package feed temporarily
As explained here:
https://forum.openwrt.org/viewtopic.php?id=51078

allow both the old and the new packages feed to co-exist for a grace
period of 3 weeks, allowing maintainers to move packages progressively.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 41149
2014-06-11 21:09:10 +00:00
f17c15de50 Switching default packages feed to github
New feed: https://github.com/openwrt/packages
Maintainers please move your packages there.

See also: https://lists.openwrt.org/pipermail/openwrt-devel/2014-June/025810.html

SVN-Revision: 41063
2014-06-10 05:17:41 +00:00
f832bba7d0 feeds.conf.default: the telephony feed is now on git.openwrt.org
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40530
2014-04-19 17:26:11 +00:00
fcf956f507 feeds.conf.default: fix copy&paste mistake (#15383)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40030
2014-03-26 19:26:32 +00:00
304cdc76f7 feeds: switch to using http(s) urls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40028
2014-03-26 16:08:09 +00:00
1729effebd feeds: disable the x-wrt feed, it is unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 39457
2014-02-03 14:29:04 +00:00
ea209ac89d feeds.conf.default: switch packages feed to git (#13818)
SVN-Revision: 37177
2013-07-05 02:04:40 +00:00
f81cd11981 move packages related to telephony into its own feed
remove telephony related packages from packages.svn
and add new feed 'telephony.git' to feeds.conf.default

SVN-Revision: 36485
2013-04-29 02:17:02 +00:00
3c3ab8db27 feeds: fix syntax error
SVN-Revision: 36370
2013-04-20 13:01:56 +00:00
e2ffcdf927 feeds: add openwrt-routing feed and drop bmx6 feed which got merged into openwrt-routing
SVN-Revision: 36368
2013-04-20 12:56:52 +00:00
a530f692a4 feeds: add upstream bmx6 openwrt feed
SVN-Revision: 36346
2013-04-16 13:08:57 +00:00
da15e4cd57 feeds.conf.default: switch LuCI feed to nbd.name git mirror
SVN-Revision: 36124
2013-03-25 11:12:57 +00:00
ef40c7049a Add xorg feed to feeds.conf.default
SVN-Revision: 29188
2011-11-16 16:05:23 +00:00
e8d482ab00 switch to LuCI trunk, should be stable enough for common use now
SVN-Revision: 24010
2010-11-16 00:05:41 +00:00
782223d0ff Add lxde feed to feeds.conf.default
SVN-Revision: 22612
2010-08-12 19:03:44 +00:00
623e37166c add a src-link example to feeds.conf.default
SVN-Revision: 18773
2009-12-13 20:46:30 +00:00
8a7d735404 switch back to LuCI main repo
SVN-Revision: 18328
2009-11-07 00:09:53 +00:00
84012c9ec1 LuCI main repo is down due to server crash, switch to repo mirror
SVN-Revision: 18292
2009-11-04 16:51:43 +00:00
aaa0278c46 switch to LuCI 0.9.x branch
SVN-Revision: 16409
2009-06-10 23:55:19 +00:00