[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 4.1, Fri Nov 8 21:08:27 2019 UTC (4 years, 5 months ago) by schwarze
Branch: MAIN

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 trunk of the KNU/SCOP repo, and add "Id"
identifiers to report the current revision in the SCHWARZE repository.

# -*-perl-*-
# $Id: cvsweb.conf-ruby,v 4.1 2019/11/08 21:08:27 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;