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.

_______________________________________________
Rancid-discuss mailing list
Rancid-discuss@shrubbery.net
http://www.shrubbery.net/mailman/listinfo/rancid-discuss

Reply via email to