Add some missing PR categories.
This commit is contained in:
parent
f8023de388
commit
9a9d515e23
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8618
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Set up for FreeBSD repo options.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.2 2000/09/03 18:46:25 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-freebsd,v 1.3 2000/12/29 09:24:40 knu Exp $
|
||||
|
||||
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||
$ENV{'RCSINCEXC'} = 'iFreeBSD';
|
||||
|
@ -19,6 +19,7 @@ $ENV{'CVSROOT'} = $cvsroot;
|
|||
i386
|
||||
kern
|
||||
misc
|
||||
pending
|
||||
ports
|
||||
sparc
|
||||
);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Set up for NetBSD repo options.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.3 2000/09/03 19:44:19 knu Exp $
|
||||
# $FreeBSD: www/en/cgi/cvsweb.conf-netbsd,v 1.4 2000/12/29 09:24:40 knu Exp $
|
||||
|
||||
$ENV{'RCSLOCALID'} = 'NetBSD';
|
||||
$ENV{'RCSINCEXC'} = 'iNetBSD';
|
||||
|
@ -9,11 +9,13 @@ $ENV{'RCSINCEXC'} = 'iNetBSD';
|
|||
# PR categoties
|
||||
##############
|
||||
@prcategories = qw(
|
||||
admin
|
||||
bin
|
||||
install
|
||||
kern
|
||||
lib
|
||||
misc
|
||||
pending
|
||||
pkg
|
||||
port-alpha
|
||||
port-amiga
|
||||
|
@ -23,6 +25,7 @@ $ENV{'RCSINCEXC'} = 'iNetBSD';
|
|||
port-atari
|
||||
port-bebox
|
||||
port-cobalt
|
||||
port-dreamcast
|
||||
port-hp300
|
||||
port-hpcmips
|
||||
port-i386
|
||||
|
@ -49,6 +52,7 @@ $ENV{'RCSINCEXC'} = 'iNetBSD';
|
|||
port-x68k
|
||||
security
|
||||
standards
|
||||
test
|
||||
xsrc
|
||||
y2k
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue