[Codestriker-commits] CVSROOT CodestrikerClient.pm,1.1,1.2 loginfo,1.5,1.6
Brought to you by:
sits
|
From: David S. <si...@us...> - 2004-11-03 21:52:09
|
Update of /cvsroot/codestriker/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18621 Modified Files: CodestrikerClient.pm loginfo Log Message: Updated codestriker client module. Index: loginfo =================================================================== RCS file: /cvsroot/codestriker/CVSROOT/loginfo,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- loginfo 3 Nov 2004 21:40:49 -0000 1.5 +++ loginfo 3 Nov 2004 21:51:57 -0000 1.6 @@ -25,7 +25,7 @@ # or #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog -CVSROOT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -C 5 -u %{sVv} cod...@li... +#CVSROOT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -C 5 -u %{sVv} cod...@li... #codestriker /cvsroot/sitedocs/CVSROOT/cvstools/syncmail -C 5 -u %{sVv} cod...@li... Index: CodestrikerClient.pm =================================================================== RCS file: /cvsroot/codestriker/CVSROOT/CodestrikerClient.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CodestrikerClient.pm 3 Nov 2004 21:48:53 -0000 1.1 +++ CodestrikerClient.pm 3 Nov 2004 21:51:57 -0000 1.2 @@ -66,7 +66,7 @@ # Indicate if the operation was successful. my $response_content = $response->content; my $rc = $response_content =~ /Topic URL: \<A HREF=\"(.*)\"/i; - print STDERR "Failed to create topic, response: $content\n" if $rc == 0; + print STDERR "Failed to create topic, response: $response_content\n" if $rc == 0; return $rc ? $1 : undef; } |