head	1.11;
access;
symbols;
locks; strict;
comment	@# @;


1.11
date	2000.02.09.21.00.59;	author bkoz;	state Exp;
branches;
next	1.10;

1.10
date	2000.02.09.21.00.26;	author bkoz;	state Exp;
branches;
next	1.9;

1.9
date	2000.02.07.22.19.48;	author bkoz;	state Exp;
branches;
next	1.8;

1.8
date	99.10.09.20.20.27;	author jsm;	state Exp;
branches;
next	1.7;

1.7
date	99.05.18.15.32.31;	author jsm;	state Exp;
branches;
next	1.6;

1.6
date	99.05.18.15.29.38;	author jsm;	state Exp;
branches;
next	1.5;

1.5
date	99.05.18.15.09.20;	author jsm;	state Exp;
branches;
next	1.4;

1.4
date	98.11.20.20.22.39;	author jsm;	state Exp;
branches;
next	1.3;

1.3
date	98.11.20.20.19.30;	author jsm;	state Exp;
branches;
next	1.2;

1.2
date	98.10.30.15.15.07;	author jsm;	state Exp;
branches;
next	1.1;

1.1
date	98.10.30.22.55.58;	author jsm;	state Exp;
branches;
next	;


desc
@@


1.11
log
@
add whitespace as a test.
@
text
@# The "loginfo" file controls where "cvs commit" log information
# is sent.  The first entry on a line is a regular expression which must match
# the directory that the change is being made to, relative to the
# $CVSROOT.  If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter.  The string is composed of a `%' followed
# by a single format character, or followed by a set of format
# characters surrounded by `{' and `}' as separators.  The format
# characters are:
#
#   s = file name
#   V = old version number (pre-checkin)
#   v = new version number (post-checkin)
#
# For example:
#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog

^libstdc../docs ($CVSROOT/CVSROOT/auto_checkout /www/sourceware/htdocs/libstdc++ %{sv} >> $CVSROOT/CVSROOT/updatelog 2>&1 &)

DEFAULT (/usr/sourceware/bin/log_accum -T libstdc++ -G libstdc++ -C libstdc++ -m libstdc++-cvs@@sourceware.cygnus.com -s %{sVv})

@


1.10
log
@
whitespace change
@
text
@d31 1
@


1.9
log
@
2000-02-07  Benjamin Kosnik  <bkoz@@cygnus.com>

	* loginfo: Add URl to cvs output.
@
text
@d30 1
a30 13
DEFAULT (/usr/sourceware/bin/log_accum -T libstdc++ -G libstdc++ -C libstdc++ \
-m libstdc++-cvs@@sourceware.cygnus.com -s %{sVv})











@


1.8
log
@
1999-10-09  Jason Molenda  (jsm@@bugshack.cygnus.com)

	* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
	Deleted; generic versions now used for all repositories.

	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
	generic versions.

        * CVSROOT/checkoutlist:  Don't try to check out the removed
        files any longer.
@
text
@d30 13
a42 1
DEFAULT (/usr/sourceware/bin/log_accum -T libstdc++ -G libstdc++ -m libstdc++-cvs@@sourceware.cygnus.com -s %s)
@


1.7
log
@I don't know, maybe without the +'s.  For some reason the loginfo line
for the libstdc++/docs directory isn't getting executed.
@
text
@d30 1
a30 1
DEFAULT (QMAILHOST=sourceware.cygnus.com /usr/bin/perl $CVSROOT/CVSROOT/log_accum -m libstdc++-cvs@@sourceware.cygnus.com -s %s)
@


1.6
log
@Remove the htdocs/ entry.
@
text
@d28 1
a28 1
^libstdc++/docs ($CVSROOT/CVSROOT/auto_checkout /www/sourceware/htdocs/libstdc++ %{sv} >> $CVSROOT/CVSROOT/updatelog 2>&1 &)
@


1.5
log
@Switch the web pages from the htdocs/ directory to the libstdc++/docs
directory.  Good chance that I missed something in this first pass.
@
text
@a27 2

#^htdocs ($CVSROOT/CVSROOT/auto_checkout /www/sourceware/htdocs/libstdc++ %{sv} >> $CVSROOT/CVSROOT/updatelog 2>&1 &)
@


1.4
log
@Test commit.
@
text
@d29 2
a30 1
^htdocs ($CVSROOT/CVSROOT/auto_checkout /www/sourceware/htdocs/libstdc++ %{sv} >> $CVSROOT/CVSROOT/updatelog 2>&1 &)
d32 1
a32 1
DEFAULT (QMAILHOST=sourceware.cygnus.com /usr/bin/perl $CVSROOT/CVSROOT/log_accum -m sourceware-cvs-libstdc++@@sourceware.cygnus.com -s %s)
@


1.3
log
@Send commit messages to mailing lists.
@
text
@d28 1
@


1.2
log
@Initial default configuration.
@
text
@a26 1
^htdocs ($CVSROOT/CVSROOT/auto_checkout /www/sourceware/htdocs/libstdc++ %s >> $CVSROOT/CVSROOT/updatelog 2>&1 &)
d28 3
a30 1
DEFAULT /usr/bin/perl $CVSROOT/CVSROOT/log_accum -m bkoz@@cygnus.com -m jsm@@cygnus.com -s %s
@


1.1
log
@initial checkin
@
text
@d27 3
@

