[tcltomcrypt-cvs] twylite CVSROOT mail-tag.sh, NONE, 1.1 taginfo, 1.3, 1.4
Status: Beta
Brought to you by:
twylite
From: Twylite <tw...@us...> - 2007-01-31 13:30:57
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27419 Modified Files: taginfo Added Files: mail-tag.sh Log Message: Testing -- trying to get CVS posttag working --- NEW FILE: mail-tag.sh --- #!/bin/bash # $1 -- username # $2 -- e-mail address # $3 -- tagname # $4 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d # $5 -- repository # $6-> file revision [file revision ...] (echo ""; echo -n "$1 "; date; echo; echo "TAG $4 %3 on $5"; echo; echo $6-; cat) | /bin/mail -s '$1 $5 TAG $4 $3' $2 Index: taginfo =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/taginfo,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- taginfo 31 Jan 2007 13:24:25 -0000 1.3 +++ taginfo 31 Jan 2007 13:30:54 -0000 1.4 @@ -20,4 +20,4 @@ # in addition to the first matching regex or "DEFAULT". # Mail tcltomcrypt-cvs a diff when a tag is created or altered -ALL (echo ""; id; echo %{sTVv}; date; cat) | /bin/mail -s '$USER %r TAG %o %t' tcl...@li... 2>&1 > /dev/null +ALL /bin/bash $CVSROOT/CVSROOT/mail-tag.sh $USER tcl...@li... |