Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Alexey Brodkin
Hi Ted,

On Thu, 2016-06-02 at 13:02 -0400, Ted Hess wrote:
> Check it out now...

Indeed it's there!

Thanks a bunch!

-Alexey
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread John Crispin


On 02/06/2016 19:02, Ted Hess wrote:
> Check it out now...
> 

 the funk soul brothers

> /ted
> 
> On Thu, 2016-06-02 at 13:41 +, Alexey Brodkin wrote:
>> Hello,
>>
>> I think it would be quite convenient to add info about URLs
>> that could be used for accessing Lede repos via git.
>>
>> In OpenWRT Git Web we had something like that:
>> --->8---
>> URL  http://git.openwrt.org/openwrt.git
>>  https://git.openwrt.org/openwrt.git
>>  git://git.openwrt.org/openwrt.git
>> --->8---
>>
>> In case of Lede we don't have this information for example here:
>> https://git.lede-project.org/?p=source.git;a=summary
>>
>> and every time one needs to figure out what is a correct URL that
>> should be passed to git. And it's not only URL itself but what
>> could be even more important what protocols could be used: git, http, https?
>>
>> -Alexey
>> ___
>> Lede-dev mailing list
>> Lede-dev@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/lede-dev
> 
> 
> ___
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev
> 

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Ted Hess
Check it out now...

/ted

On Thu, 2016-06-02 at 13:41 +, Alexey Brodkin wrote:
> Hello,
> 
> I think it would be quite convenient to add info about URLs
> that could be used for accessing Lede repos via git.
> 
> In OpenWRT Git Web we had something like that:
> --->8---
> URL  http://git.openwrt.org/openwrt.git
>      https://git.openwrt.org/openwrt.git
>      git://git.openwrt.org/openwrt.git
> --->8---
> 
> In case of Lede we don't have this information for example here:
> https://git.lede-project.org/?p=source.git;a=summary
> 
> and every time one needs to figure out what is a correct URL that
> should be passed to git. And it's not only URL itself but what
> could be even more important what protocols could be used: git, http, https?
> 
> -Alexey
> ___
> Lede-dev mailing list
> Lede-dev@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/lede-dev


___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Bjørn Mork
Alexey Brodkin  writes:

> Hello,
>
> I think it would be quite convenient to add info about URLs
> that could be used for accessing Lede repos via git.
>
> In OpenWRT Git Web we had something like that:
> --->8---
> URL  http://git.openwrt.org/openwrt.git
>      https://git.openwrt.org/openwrt.git
>      git://git.openwrt.org/openwrt.git
> --->8---
>
> In case of Lede we don't have this information for example here:
> https://git.lede-project.org/?p=source.git;a=summary
>
> and every time one needs to figure out what is a correct URL that
> should be passed to git. And it's not only URL itself but what
> could be even more important what protocols could be used: git, http, https?

+1


This should be as easy as setting

  @git_base_url_list = ('http://git.lede-project.org', 
'git://git.lede-project.org');

in gitweb.conf



Bjørn

___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev