blob: dd011625a213e7b5c83d4cdd3900524816e3be43 [file] [log] [blame]
Björn Stenberge1967592002-01-17 16:11:26 +00001# The "loginfo" file controls where "cvs commit" log information
2# is sent. The first entry on a line is a regular expression which must match
3# the directory that the change is being made to, relative to the
4# $CVSROOT. If a match is found, then the remainder of the line is a filter
5# program that should expect log information on its standard input.
6#
7# If the repository name does not match any of the regular expressions in this
8# file, the "DEFAULT" line is used, if it is specified.
9#
10# If the name ALL appears as a regular expression it is always used
11# in addition to the first matching regex or DEFAULT.
12#
13# You may specify a format string as part of the
14# filter. The string is composed of a `%' followed
15# by a single format character, or followed by a set of format
16# characters surrounded by `{' and `}' as separators. The format
17# characters are:
18#
19# s = file name
20# V = old version number (pre-checkin)
21# v = new version number (post-checkin)
22#
23# For example:
24#DEFAULT (echo ""; id; echo %s; date; cat) >> $CVSROOT/CVSROOT/commitlog
25# or
Björn Stenberg507460d2002-04-11 10:45:56 +000026#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
Björn Stenberg803c87d2004-11-11 09:47:30 +000027CVSROOT /usr/bin/syncmail -C4 -u %1{sVv} bjorn@haxx.se
Björn Stenberg8071de32004-11-17 12:35:27 +000028^apps /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
29^flash /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
30^firmware /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
31^docs /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
32^uisimulator /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
33^tools /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
34^gdb /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
Linus Nielsen Feltzing75900bb2005-01-28 13:50:32 +000035^bootloader /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
Linus Nielsen Feltzingf839ccb2005-11-21 17:05:16 +000036^wps /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se
Daniel Stenbergf17e35d2006-02-06 07:28:30 +000037^manual /usr/bin/syncmail -C4 -u -S "$USER: " %1{sVv} rockbox-cvs@cool.haxx.se