Remove the OpenBSD and NetBSD repositories. Both project have their
own CVSweb so there is not really any big reason for us to have CVSweb for them as well. [1] Remove the "learn" CVS repository. It hasn't changed in 9 years... [1] Remove the German and San Marino CVSweb mirrors from the list since neither one has a hostname which resolves. Suggested by: wosch [1]
This commit is contained in:
parent
ec5f057e17
commit
bf48230019
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29820
1 changed files with 2 additions and 7 deletions
|
@ -7,8 +7,8 @@
|
|||
# 2002-2005 V. Skyttä <scop@FreeBSD.org>
|
||||
# based on work by Bill Fenner <fenner@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.40 2007/03/17 23:23:31 simon Exp $
|
||||
# $Id: cvsweb.conf,v 1.41 2007-03-18 07:52:58 simon Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf,v 1.41 2007/03/18 07:52:58 simon Exp $
|
||||
# $Id: cvsweb.conf,v 1.42 2007-03-18 17:12:45 simon Exp $
|
||||
# $Idaemons: /home/cvs/cvsweb/cvsweb.conf,v 1.27 2001/08/01 09:48:39 knu Exp $
|
||||
#
|
||||
|
||||
|
@ -58,9 +58,6 @@ $CMD{tar} ||= search_path('tar');
|
|||
#
|
||||
@CVSrepositories = (
|
||||
'freebsd' => ['FreeBSD', '/usr/local/www/cvsroot/FreeBSD'],
|
||||
'openbsd' => ['OpenBSD', '/usr/local/www/cvsroot/OpenBSD'],
|
||||
'netbsd' => ['NetBSD', '/usr/local/www/cvsroot/NetBSD'],
|
||||
'learn' => ['Learn', '/c/learncvs'],
|
||||
);
|
||||
|
||||
# The default CVS root. Note that @CVSrepositories is list, not a hash,
|
||||
|
@ -77,10 +74,8 @@ $CMD{tar} ||= search_path('tar');
|
|||
# URLs pointing to the corresponding mirrors.
|
||||
#
|
||||
%MIRRORS = (
|
||||
'Germany' => 'http://cvsup-netbsd.leo.org/cgi-bin/cvsweb.cgi/?cvsroot=freebsd',
|
||||
'Japan' => 'http://www.jp.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
'Portugal' => 'http://cvsup.pt.FreeBSD.org/cgi-bin/cvsweb/cvsweb.cgi',
|
||||
'San Marino' => 'http://cvsweb.sm.FreeBSD.org/',
|
||||
'Spain' => 'http://www.es.FreeBSD.org/cgi/cvsweb.cgi',
|
||||
'Turkey' => 'http://cvsweb.tr.FreeBSD.org/',
|
||||
'Ukraine' => 'http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd',
|
||||
|
|
Loading…
Reference in a new issue