info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: loginfo question


From: Mark D. Baushke
Subject: Re: loginfo question
Date: Tue, 01 Apr 2003 08:56:40 -0800

Sameer Karmarkar <address@hidden> writes:

> Hi,
> 
> I have setup CVS mail notification by including the following line in my
> loginfo file.
> 
> ^mymodule Mail -s %s myalias
>
> I have setup only one OS user samk on my linux box but have created
> $CVSROOT/CVSROOT/passwd users for my project members.
> 
> I would like to include the user who committed changes in the mail
> notification. Please point me to appropriate documentation, if any.

http://www.cvshome.org/docs/manual/cvs_18.html

Hmmm... Provided you give aliases for the folks you add to the passwd
file, you might be able to do something like this:

^mymodule Mail -s %s myalias,$CVS_USER

It may be that you will want to write a script that looks up the real
e-mail address given the CVS-specific username provided...
 
        Good luck,
        -- Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]