[rancid] RANCID and gitweb - preventing the CVS repo path from showing
heasley
heas at shrubbery.net
Wed Oct 10 13:53:03 UTC 2018
Tue, Oct 02, 2018 at 12:04:01AM +0000, Aaron Wasserott:
> Upgraded my old RANCID software to the latest, and switched from CVS to git. I also installed gitweb as the WebUI interface for browsing RANCID files.
>
> One minor annoyance I ran into was not only was every group folder being displayed (e.g, switches, routers, firewalls, etc) but the CVS path of each was displayed as well.
>
> So the gitweb page would show something like this:
>
> firewall/.git
> router/.git
> switch/.git
> CVS/firewall
> CVS/router
> CVS/switch
The one that i have uses
our $projects_list = "/path/rancid/etc/gitweb.conf";
that is built hourly with a list of groups,
<group1>/.git
<group2>/.git
...
CVS/* do not appear.
More information about the Rancid-discuss
mailing list