Commit Graph

42 Commits

Author SHA1 Message Date
Petr Štetiar 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
Paul Spooren 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
Sven Roederer 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
Perry Melange 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
Sven Roederer 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
Jo-Philipp Wich 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
Mirko Vogt 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
Felix Fietkau 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
Felix Fietkau 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
John Crispin 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
John Crispin 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
Felix Fietkau 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
Steven Barth 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
Jo-Philipp Wich 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
Steven Barth 5fa9048011 feeds: disable oldpackages by default
SVN-Revision: 41875
2014-07-29 10:24:12 +00:00
Luka Perkov 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
Florian Fainelli 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
Steven Barth 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
Felix Fietkau 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
Felix Fietkau 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
Felix Fietkau 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
Felix Fietkau 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
Felix Fietkau ea209ac89d feeds.conf.default: switch packages feed to git (#13818)
SVN-Revision: 37177
2013-07-05 02:04:40 +00:00
Mirko Vogt 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
Jo-Philipp Wich 3c3ab8db27 feeds: fix syntax error
SVN-Revision: 36370
2013-04-20 13:01:56 +00:00
Jo-Philipp Wich 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
Jo-Philipp Wich a530f692a4 feeds: add upstream bmx6 openwrt feed
SVN-Revision: 36346
2013-04-16 13:08:57 +00:00
Jo-Philipp Wich da15e4cd57 feeds.conf.default: switch LuCI feed to nbd.name git mirror
SVN-Revision: 36124
2013-03-25 11:12:57 +00:00
Michael Büsch ef40c7049a Add xorg feed to feeds.conf.default
SVN-Revision: 29188
2011-11-16 16:05:23 +00:00
Jo-Philipp Wich e8d482ab00 switch to LuCI trunk, should be stable enough for common use now
SVN-Revision: 24010
2010-11-16 00:05:41 +00:00
Lars-Peter Clausen 782223d0ff Add lxde feed to feeds.conf.default
SVN-Revision: 22612
2010-08-12 19:03:44 +00:00
Jo-Philipp Wich 623e37166c add a src-link example to feeds.conf.default
SVN-Revision: 18773
2009-12-13 20:46:30 +00:00
Jo-Philipp Wich 8a7d735404 switch back to LuCI main repo
SVN-Revision: 18328
2009-11-07 00:09:53 +00:00
Jo-Philipp Wich 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
Jo-Philipp Wich aaa0278c46 switch to LuCI 0.9.x branch
SVN-Revision: 16409
2009-06-10 23:55:19 +00:00
Andy Boyett 62adf51794 feeds.conf.default: Change openwrt feeds urls from https to svn
SVN-Revision: 15076
2009-04-01 18:29:19 +00:00
Lars-Peter Clausen b1af9ddb54 Add desktop and xfce feed to feeds.conf.default
SVN-Revision: 14108
2009-01-19 19:46:03 +00:00
Mirko Vogt e79d790081 move <efl> (Enlightenment Foundation Libraries) and bindings into own feed <feeds/efl> and add entry to <feeds.conf.default>
SVN-Revision: 14065
2009-01-17 00:18:37 +00:00
Mirko Vogt 64ff91f4d5 move <packages/phone> into own feed <feeds/phone> and add entry to <feeds.conf.default>
SVN-Revision: 14064
2009-01-17 00:03:51 +00:00
Steven Barth 903aebc129 Switched LuCI-SVN to another server
SVN-Revision: 12989
2008-10-16 14:57:50 +00:00
Steven Barth 243904d496 feeds: Switched to LuCI stable branch
SVN-Revision: 12542
2008-09-06 17:55:50 +00:00
Felix Fietkau a74bb3b417 rename feeds.conf to feeds.conf.default, make feeds.conf override feeds.conf.default this makes it possible to change the feeds lists without having the version control system record it as a change
SVN-Revision: 12328
2008-08-17 09:05:01 +00:00