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

Bjørn Mork bjorn at mork.no
Thu Jun 2 08:09:17 PDT 2016


Alexey Brodkin <Alexey.Brodkin at synopsys.com> 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



More information about the Lede-dev mailing list