Update of /cvsroot/tacos/CVSROOT
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8674
Modified Files:
commitinfo loginfo checkoutlist
Added Files:
activitymail
Log Message:
Added activity mail usage
Index: checkoutlist
===================================================================
RCS file: /cvsroot/tacos/CVSROOT/checkoutlist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** checkoutlist 4 Dec 2002 21:12:16 -0000 1.1
--- checkoutlist 30 Dec 2005 15:21:27 -0000 1.2
***************
*** 12,13 ****
--- 12,14 ----
#
# comment lines begin with '#'
+ activitymail
\ No newline at end of file
Index: loginfo
===================================================================
RCS file: /cvsroot/tacos/CVSROOT/loginfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** loginfo 21 Dec 2005 15:08:13 -0000 1.2
--- loginfo 30 Dec 2005 15:21:27 -0000 1.3
***************
*** 25,27 ****
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv}
[email protected]
\ No newline at end of file
--- 25,29 ----
# or
#DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog
! #DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv}
[email protected]
! CVSROOT $CVSROOT/CVSROOT/activitymail -M 1024 -g -S -d -n -c -f %{sVv} -u
[EMAIL PROTECTED] -t [EMAIL PROTECTED] -w
http://cvs.sourceforge.net/viewcvs.py/tacos/
! DEFAULT $CVSROOT/CVSROOT/activitymail -M 1024 -g -S -d -n -c -f %{sVv} -u
[EMAIL PROTECTED] -t [EMAIL PROTECTED] -m"CVS Commit: " -w
http://cvs.sourceforge.net/viewcvs.py/tacos/
\ No newline at end of file
Index: commitinfo
===================================================================
RCS file: /cvsroot/tacos/CVSROOT/commitinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** commitinfo 4 Dec 2002 21:12:12 -0000 1.1
--- commitinfo 30 Dec 2005 15:21:27 -0000 1.2
***************
*** 14,15 ****
--- 14,16 ----
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
+ ALL $CVSROOT/CVSROOT/activitymail -lg
\ No newline at end of file
--- NEW FILE: activitymail ---
#!/usr/bin/perl -w
eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'
if 0; # not running under some shell
use strict;
require 5.005;
use Getopt::Std;
use File::Basename qw(basename dirname);
use vars qw($VERSION);
$VERSION = '1.15';
$|++;
##############################################################################
# Set up catdir, catfile, splitdir and tmpdir. Hopefully we can just use
# File::Spec::Functions and not worry about it.
##############################################################################
[...1269 lines suppressed...]
=pod SCRIPT CATEGORIES
VersionControl/CVS
UNIX/System_administration
=pod OSNAMES
any
=pod README
This program may be used for sending email messages for CVS repository
activity. Messages can be sent for every repository change, or for every
commit. In the latter case, a list of all the files affected may be assembled
and listed or attached to the single message.
=end comment
=cut
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel