Enlightenment CVS committal
Author : xcomputerman
Module : CVSROOT
Dir : CVSROOT
Modified Files:
ciabot.pl
Log Message:
Please bear with us, testing has to be done in cvs...
===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ciabot.pl 16 Jan 2004 02:04:48 -0000 1.10
+++ ciabot.pl 16 Jan 2004 02:11:38 -0000 1.11
@@ -27,7 +27,7 @@
# If it does not work, try to disable $xml_rpc in the configuration section
# below.
#
-# $Id: ciabot.pl,v 1.10 2004/01/16 02:04:48 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.11 2004/01/16 02:11:38 xcomputerman Exp $
use strict;
use vars qw ($project $from_email $dest_email $rpc_uri $sendmail $sync_delay
@@ -177,7 +177,9 @@
map { $sum += ord $_ } split(//, $logmsg);
my $syncfile; # Name of the file used for syncing
-$syncfile = "/tmp/cvscia.$project.$module.$sum";
+$_ = $module;
+my $tmodulename = s/\//\./g;
+$syncfile = "/tmp/cvscia.$project.$tmodulename.$sum";
if (-f $syncfile and -w $syncfile) {
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs