[BACK]Return to cvsweb.conf-ruby CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

File: [cvsweb.bsd.lv] / cvsweb / Attic / cvsweb.conf-ruby (download)

Revision 3.4.2.1, Thu Nov 7 09:44:35 2019 UTC (4 years, 4 months ago) by schwarze
Branch: FreeBSD-cvsweb-2_0-branch
CVS Tags: cvsweb-2_1
Changes since 3.4: +2 -3 lines

Fix CVS identifiers: remove "FreeBSD" ids that were never functional
in the KNU/SCOP repository, remove "Idaemons" ids that got frozen at
some random point in the history, add "knu" ids reporting the latest revision
from the KNU/SCOP repo merged into this branch, and add "Id" identifiers
to report the current revision in the SCHWARZE repository.

# -*-perl-*-
# $Id: cvsweb.conf-ruby,v 3.4.2.1 2019/11/07 09:44:35 schwarze Exp $
# $knu: cvsweb.conf-ruby,v 1.4 2001/10/11 15:15:12 knu
#
# Set up for Ruby repo options.

@prcategories = qw(
    incoming
    questions
    spurious
    win32
    1.4
    1.5
    1.6
);

$prcgi = "http://www.ruby-lang.org/cgi-bin/ruby-bugs/incoming?id=%s";

$prkeyword = "Bug";

1;