[Libre-soc-bugs] [Bug 1008] New: show git clone url in gitweb
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Feb 28 03:46:13 GMT 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1008
Bug ID: 1008
Summary: show git clone url in gitweb
Product: Libre-SOC Website
Version: unspecified
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: enhancement
Priority: ---
Component: website
Assignee: lkcl at lkcl.net
Reporter: programmerjake at gmail.com
CC: libre-soc-bugs at lists.libre-soc.org
NLnet milestone: ---
apparently you can do that by setting @git_base_url_list in gitweb.conf:
https://git-scm.com/docs/gitweb.conf#Documentation/gitweb.conf.txt-gitbaseurllist
afaict we'd want to set it to:
push @git_base_url_list, "https://git.libre-soc.org/git/utils.git";
push @git_base_url_list, "ssh://gitolite3@git.libre-soc.org:922";
push @git_base_url_list, "git://git.libre-soc.org";
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list