Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Jonas Gorski
On Wed, 5 Jun 2019 at 15:28, John Crispin wrote: > > > On 05/06/2019 15:26, Jonas Gorski wrote: > > On Wed, 5 Jun 2019 at 15:16, John Crispin wrote: > >> > >> On 05/06/2019 15:11, Jonas Gorski wrote: > >>> On Wed, 5 Jun 2019 at 14:58, John Crispin wrote: > On 05/06/2019 14:54, Jonas Gorski

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
On 05/06/2019 15:26, Jonas Gorski wrote: On Wed, 5 Jun 2019 at 15:16, John Crispin wrote: On 05/06/2019 15:11, Jonas Gorski wrote: On Wed, 5 Jun 2019 at 14:58, John Crispin wrote: On 05/06/2019 14:54, Jonas Gorski wrote: Hi, On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: On

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Jonas Gorski
On Wed, 5 Jun 2019 at 15:16, John Crispin wrote: > > > On 05/06/2019 15:11, Jonas Gorski wrote: > > On Wed, 5 Jun 2019 at 14:58, John Crispin wrote: > >> > >> On 05/06/2019 14:54, Jonas Gorski wrote: > >>> Hi, > >>> > >>> On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: > On 05/06/2019

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
On 05/06/2019 15:11, Jonas Gorski wrote: On Wed, 5 Jun 2019 at 14:58, John Crispin wrote: On 05/06/2019 14:54, Jonas Gorski wrote: Hi, On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: On 05/06/2019 13:35, Karl Palsson wrote: John Crispin wrote: On 05/06/2019 12:17, Karl Palsson wrote:

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Jonas Gorski
On Wed, 5 Jun 2019 at 14:58, John Crispin wrote: > > > On 05/06/2019 14:54, Jonas Gorski wrote: > > Hi, > > > > On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: > >> > >> On 05/06/2019 13:35, Karl Palsson wrote: > >>> John Crispin wrote: > On 05/06/2019 12:17, Karl Palsson wrote: > >

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
On 05/06/2019 14:54, Jonas Gorski wrote: Hi, On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: On 05/06/2019 13:35, Karl Palsson wrote: John Crispin wrote: On 05/06/2019 12:17, Karl Palsson wrote: John Crispin wrote: This can be used inside build setups for easy feeds.conf generation.

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Jonas Gorski
Hi, On Wed, 5 Jun 2019 at 14:33, John Crispin wrote: > > > On 05/06/2019 13:35, Karl Palsson wrote: > > John Crispin wrote: > >> On 05/06/2019 12:17, Karl Palsson wrote: > >>> John Crispin wrote: > This can be used inside build setups for easy feeds.conf > generation. > >>> Could you

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
On 05/06/2019 13:35, Karl Palsson wrote: John Crispin wrote: On 05/06/2019 12:17, Karl Palsson wrote: John Crispin wrote: This can be used inside build setups for easy feeds.conf generation. Could you give us an example of how this is actually easy, or what sort of functionality this is

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Bjørn Mork
A little late into this discussion, but something like the attached patch would suite my personal usage patterns much better. I don't really need to update or change my local additions to feeds.conf at all. I just want to add them to the defaults for whatever version I am currently building.

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Karl Palsson
John Crispin wrote: > > On 05/06/2019 12:17, Karl Palsson wrote: > > John Crispin wrote: > >> This can be used inside build setups for easy feeds.conf > >> generation. > > > > Could you give us an example of how this is actually easy, or > > what sort of functionality this is providing beyond

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Petr Štetiar
John Crispin [2019-06-05 12:30:57]: > On 05/06/2019 12:17, Karl Palsson wrote: > > It seems like a lot of perl for a narrow usecase. It seems like a good starting point, but it makes me wonder who is going to touch this afterwards due to the Perl :-) > This was brought up as a missing feature

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
On 05/06/2019 12:17, Karl Palsson wrote: John Crispin wrote: This can be used inside build setups for easy feeds.conf generation. Could you give us an example of how this is actually easy, or what sort of functionality this is providing beyond "cat feeds.conf.default feeds.conf.extra >

Re: [OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread Karl Palsson
John Crispin wrote: > This can be used inside build setups for easy feeds.conf > generation. Could you give us an example of how this is actually easy, or what sort of functionality this is providing beyond "cat feeds.conf.default feeds.conf.extra > feeds.conf" It seems like a lot of perl for

[OpenWrt-Devel] [PATCH V3 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-05 Thread John Crispin
This can be used inside build setups for easy feeds.conf generation. Signed-off-by: John Crispin --- scripts/feeds | 42 ++ 1 file changed, 42 insertions(+) diff --git a/scripts/feeds b/scripts/feeds index 304ef6cbaf..7cd4639ca6 100755 ---