[PATCH] neuter viewvc on cvs.fedoraproject.org

Bill Nottingham notting at redhat.com
Thu Aug 12 15:34:32 UTC 2010


Clean out repositories that aren't canonical from the viewvc configuration,
and set the default repo to something that at least is still in use.

diff --git a/modules/viewvc/files/viewvc/viewvc.conf b/modules/viewvc/files/viewvc/viewvc.conf
index e3cc59b..6a1ab31 100644
--- a/modules/viewvc/files/viewvc/viewvc.conf
+++ b/modules/viewvc/files/viewvc/viewvc.conf
@@ -93,7 +93,7 @@
 ## cvs_roots = cvsroot: /opt/cvs/repos1,
 ##             anotherroot: /usr/local/cvs/repos2
 ##
-cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/fedora, docs: /cvs/docs, dirsec: /cvs/dirsec, legacy: /cvs/legacy, l10n: /cvs/l10n, elvis: /cvs/elvis
+cvs_roots = fedora: /cvs/fedora, dirsec: /cvs/dirsec
 
 ## svn_roots: Specifies each of the Subversion roots (repositories) on
 ## your system and assigns names to them. Each root should be given by
@@ -141,7 +141,7 @@ cvs_roots = pkgs: /cvs/pkgs, core: /cvs/dist, extras: /cvs/extras, fedora: /cvs/
 ## Example:
 ## default_root = cvsroot
 ##
-default_root = pkgs
+default_root = fedora
 
 ## mime_types_files: This is a list of pathnames to a set of MIME type
 ## mapping files to help ViewVC guess the correct MIME type of a


More information about the infrastructure mailing list