git tweak request: display URLs on all summary pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I visited http://git.fedoraproject.org/?p=hosted/livecd
(all others are the same) and noticed that the usual list of
clonable git://, ssh://, http:// URLs is not displayed.

Can someone here fix that?
Here's how:

Determine what file gitweb.cgi is using for its config.
(probably just /etc/gitweb.conf), and add to or change that file
so that this line appears:

    @git_base_url_list = (qw(git://git.fedoraproject.org/git/hosted
                             ssh://git.fedoraproject.org/git/hosted);

Or maybe it will automatically append the "/hosted/PROJ" suffix,
in which case, use this:

    @git_base_url_list = (qw(git://git.fedoraproject.org/git
                             ssh://git.fedoraproject.org/git);

You can add an http:// one, too, if that works.

Regards,

Jim

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux