tcltomcrypt-cvs Mailing List for TclTomCrypt
Status: Beta
Brought to you by:
twylite
You can subscribe to this list here.
2007 |
Jan
(15) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Twylite <tw...@us...> - 2007-01-31 15:22:18
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1952 Modified Files: mail-tag.sh Log Message: Testing -- trying to get CVS posttag working Index: mail-tag.sh =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/mail-tag.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mail-tag.sh 31 Jan 2007 13:40:40 -0000 1.3 +++ mail-tag.sh 31 Jan 2007 13:44:51 -0000 1.4 @@ -11,6 +11,5 @@ echo; echo "TAG $4 $3 on $5"; echo; - echo $6*; cat) | /bin/mail -s "$1 TAG $4 $3" $2 |
From: Twylite <tw...@us...> - 2007-01-31 13:54:19
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4421 Modified Files: mail-tag.sh Log Message: Testing -- trying to get CVS posttag working Index: mail-tag.sh =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/mail-tag.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mail-tag.sh 31 Jan 2007 13:44:51 -0000 1.4 +++ mail-tag.sh 31 Jan 2007 13:49:58 -0000 1.5 @@ -5,11 +5,18 @@ # $4 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d # $5 -- repository # $6-> file revision [file revision ...] +MY_USERNAME=$1 +MY_EMAIL=$2 +MY_TAGNAME=$3 +MY_OPERATION=$4 +MY_REPOSITORY=$5 +shift 5 + (echo ""; - echo -n "$1 "; + echo -n "$MY_USERNAME "; date; echo; - echo "TAG $4 $3 on $5"; + echo "TAG $MY_OPERATION $MY_TAGNAME on $MY_REPOSITORY"; echo; - cat) | /bin/mail -s "$1 TAG $4 $3" $2 - + echo $@; + cat) | /bin/mail -s "$MY_USERNAME TAG $MY_OPERATION $MY_TAGNAME" $MY_EMAIL |
From: Twylite <tw...@us...> - 2007-01-31 13:54:19
|
twylite Wed Jan 31 05:51:07 PST 2007 TAG mov CVS_SETUP_1 on /cvsroot/tcltomcrypt/CVSROOT mail-tag.sh 1.5 |
From: Twylite <tw...@us...> - 2007-01-31 13:46:43
|
twylite Wed Jan 31 05:45:25 PST 2007 TAG mov CVS_SETUP_1 on /cvsroot/tcltomcrypt/CVSROOT |
From: Twylite <tw...@us...> - 2007-01-31 13:40:43
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32399 Modified Files: mail-tag.sh Log Message: Testing -- trying to get CVS posttag working Index: mail-tag.sh =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/mail-tag.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mail-tag.sh 31 Jan 2007 13:35:20 -0000 1.2 +++ mail-tag.sh 31 Jan 2007 13:40:40 -0000 1.3 @@ -12,5 +12,5 @@ echo "TAG $4 $3 on $5"; echo; echo $6*; - cat) | /bin/mail -s "$1 $5 TAG $4 $3" $2 + cat) | /bin/mail -s "$1 TAG $4 $3" $2 |
From: Twylite <tw...@us...> - 2007-01-31 13:35:53
|
twylite Wed Jan 31 05:35:54 PST 2007 TAG mov CVS_SETUP_1 on /cvsroot/tcltomcrypt/CVSROOT mail-tag.sh* |
From: Twylite <tw...@us...> - 2007-01-31 13:35:21
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29745 Modified Files: mail-tag.sh Log Message: Testing -- trying to get CVS posttag working Index: mail-tag.sh =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/mail-tag.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mail-tag.sh 31 Jan 2007 13:30:54 -0000 1.1 +++ mail-tag.sh 31 Jan 2007 13:35:20 -0000 1.2 @@ -9,8 +9,8 @@ echo -n "$1 "; date; echo; - echo "TAG $4 %3 on $5"; + echo "TAG $4 $3 on $5"; echo; - echo $6-; - cat) | /bin/mail -s '$1 $5 TAG $4 $3' $2 + echo $6*; + cat) | /bin/mail -s "$1 $5 TAG $4 $3" $2 |
From: Twylite <tw...@us...> - 2007-01-31 13:32:40
|
twylite Wed Jan 31 05:32:38 PST 2007 TAG mov %3 on /cvsroot/tcltomcrypt/CVSROOT checkoutlist- |
From: Twylite <tw...@us...> - 2007-01-31 13:32:08
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27916 Modified Files: checkoutlist Log Message: Testing -- trying to get CVS posttag working Index: checkoutlist =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/checkoutlist,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- checkoutlist 31 Jan 2007 12:40:34 -0000 1.4 +++ checkoutlist 31 Jan 2007 13:32:00 -0000 1.5 @@ -11,4 +11,4 @@ # [<whitespace>]<filename>[<whitespace><error message>]<end-of-line> # # comment lines begin with '#' -posttag +mail-tag.sh |
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... |
From: Twylite <tw...@us...> - 2007-01-31 13:24:30
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24386 Modified Files: taginfo Log Message: Testing -- trying to get CVS posttag working Index: taginfo =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/taginfo,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- taginfo 31 Jan 2007 13:17:46 -0000 1.2 +++ taginfo 31 Jan 2007 13:24:25 -0000 1.3 @@ -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 /bin/mail -s '$USER %r TAG %o %t' tcl...@li... 2>&1 > /dev/null +ALL (echo ""; id; echo %{sTVv}; date; cat) | /bin/mail -s '$USER %r TAG %o %t' tcl...@li... 2>&1 > /dev/null |
From: Twylite <tw...@us...> - 2007-01-31 13:17:52
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21028 Modified Files: posttag taginfo Log Message: Testing -- trying to get CVS posttag working Index: posttag =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/posttag,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- posttag 31 Jan 2007 12:15:45 -0000 1.1 +++ posttag 31 Jan 2007 13:17:46 -0000 1.2 @@ -1,40 +1 @@ -# The "posttag" file is called after the "tag" command finishes -# processing a directory. -# -# If any format strings are present in the filter, they will be replaced -# as follows: -# %b = branch mode = "?" (delete ops - unknown) | "T" (branch) -# | "N" (not branch) -# %o = operation = "add" | "mov" | "del" -# %c = canonical name of the command being executed -# %R = the name of the referrer, if any, otherwise the value NONE -# %p = path relative to repository -# %r = repository (path portion of $CVSROOT) -# %t = tagname -# %{sVv} = attribute list = file name, old version tag will be deleted -# from, new version tag will be added to (or deleted from, but -# this feature is deprecated. When either old or new revision is -# unknown, doesn't exist, or isn't applicable, the string "NONE" -# will be placed on the command line. -# -# Note that %{sVv} is a list operator and not all elements are necessary. -# Thus %{sV} is a legal format string, but will only be replaced with file -# name and old revision. it also generates multiple arguments for each file -# being operated upon. i.e. if two files, file1 & file2, are having a tag -# moved from version 1.1 to version 1.1.2.9, %{sVv} will generate the -# following six arguments in this order: -# file1, 1.1, 1.1.2.9, file2, 1.1, 1.1.2.9. -# -# The first entry on a line is a regular expression which is tested -# against the directory that the change is being committed to, relative -# to the $CVSROOT. For the first match that is found, then the remainder -# of the line is the name of the filter to run. -# -# 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". - -# Mail tcltomcrypt-cvs a diff when a tag is created or altered -ALL /bin/mail -s 'TAG %o %t on %r' tcl...@li... 2>&1 > /dev/null +# File not used Index: taginfo =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/taginfo,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- taginfo 15 Jan 2007 08:11:41 -0000 1.1 +++ taginfo 31 Jan 2007 13:17:46 -0000 1.2 @@ -18,3 +18,6 @@ # # If the name "ALL" appears as a regular expression it is always used # in addition to the first matching regex or "DEFAULT". + +# Mail tcltomcrypt-cvs a diff when a tag is created or altered +ALL /bin/mail -s '$USER %r TAG %o %t' tcl...@li... 2>&1 > /dev/null |
From: Twylite <tw...@us...> - 2007-01-31 13:16:49
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20519 Modified Files: loginfo Log Message: Testing -- trying to get CVS loginfo working Index: loginfo =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/loginfo,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** loginfo 31 Jan 2007 12:27:43 -0000 1.6 --- loginfo 31 Jan 2007 13:16:37 -0000 1.7 *************** *** 28,30 **** # Mail tcltomcrypt-cvs a diff when commits occur ! ALL /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} tcl...@li... 2>&1 > /dev/null --- 28,30 ---- # Mail tcltomcrypt-cvs a diff when commits occur ! ALL /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -u -S "$USER " %{sVv} tcl...@li... 2>&1 > /dev/null |
From: Twylite <tw...@us...> - 2007-01-31 12:42:50
|
Update of /cvsroot/tcltomcrypt/CVSROOT In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2592 Modified Files: checkoutlist Log Message: Testing -- trying to get CVS posttag working Index: checkoutlist =================================================================== RCS file: /cvsroot/tcltomcrypt/CVSROOT/checkoutlist,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** checkoutlist 31 Jan 2007 09:53:08 -0000 1.3 --- checkoutlist 31 Jan 2007 12:40:34 -0000 1.4 *************** *** 12,14 **** # # comment lines begin with '#' ! cvs-log.sh --- 12,14 ---- # # comment lines begin with '#' ! posttag |
From: Twylite <tw...@us...> - 2007-01-31 12:28:24
|
Update of /cvsroot/tcltomcrypt/tcltomcrypt In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28984 Modified Files: README.txt Log Message: Testing CVS loging (commit mails to tcltomcrypt-cvs list) Index: README.txt =================================================================== RCS file: /cvsroot/tcltomcrypt/tcltomcrypt/README.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README.txt 31 Jan 2007 12:16:54 -0000 1.5 --- README.txt 31 Jan 2007 12:28:20 -0000 1.6 *************** *** 13,15 **** RCS: @(#) $Id$ - --- 13,14 ---- |