[Rt-commit] r5510 - in Test-Chimps: branches/dbi/bin branches/dbi/lib/Test/Chimps/Client

zev at bestpractical.com zev at bestpractical.com
Mon Jul 3 18:21:25 EDT 2006


Author: zev
Date: Mon Jul  3 18:21:23 2006
New Revision: 5510

Modified:
   Test-Chimps/   (props changed)
   Test-Chimps/branches/dbi/bin/report_server.pl
   Test-Chimps/branches/dbi/lib/Test/Chimps/Client/Poller.pm

Log:
 r9775 at galvatron:  zev | 2006-07-03 14:58:50 -0400
 author => committer


Modified: Test-Chimps/branches/dbi/bin/report_server.pl
==============================================================================
--- Test-Chimps/branches/dbi/bin/report_server.pl	(original)
+++ Test-Chimps/branches/dbi/bin/report_server.pl	Mon Jul  3 18:21:23 2006
@@ -9,7 +9,7 @@
                                        variables_validation_spec =>
                                        { project => 1,
                                          revision => 1,
-                                         author => 1,
+                                         committer => 1,
                                          timestamp => 1,
                                          duration => 1,
                                          osname => 1,

Modified: Test-Chimps/branches/dbi/lib/Test/Chimps/Client/Poller.pm
==============================================================================
--- Test-Chimps/branches/dbi/lib/Test/Chimps/Client/Poller.pm	(original)
+++ Test-Chimps/branches/dbi/lib/Test/Chimps/Client/Poller.pm	Mon Jul  3 18:21:23 2006
@@ -134,7 +134,7 @@
       $info_out =~ m/Last Changed Revision: (\d+)/;
       my $last_changed_revision = $1;
       $info_out =~ m/Last Changed Author: (\w+)/;
-      my $author = $1;
+      my $committer = $1;
 
       my $old_revision = $config->{$project}->{revision};
 
@@ -173,7 +173,7 @@
                                                report_variables =>
                                                { project => $project,
                                                  revision => $revision,
-                                                 author => $author,
+                                                 committer => $committer,
                                                  timestamp => scalar gmtime,
                                                  duration => $duration,
                                                  osname => $Config{osname},


More information about the Rt-commit mailing list