[Bps-public-commit] r16689 - in sd/branches/init-and-clone: lib/App/SD/Replica

jesse at bestpractical.com jesse at bestpractical.com
Thu Nov 6 01:49:26 EST 2008


Author: jesse
Date: Thu Nov  6 01:49:24 2008
New Revision: 16689

Modified:
   sd/branches/init-and-clone/   (props changed)
   sd/branches/init-and-clone/lib/App/SD/Replica/hm.pm

Log:
 r49330 at 31b:  jesse | 2008-11-06 11:49:27 +0900
 * Revert shawn's patch generalizing the hm replica syncing, since it broke most of the tests


Modified: sd/branches/init-and-clone/lib/App/SD/Replica/hm.pm
==============================================================================
--- sd/branches/init-and-clone/lib/App/SD/Replica/hm.pm	(original)
+++ sd/branches/init-and-clone/lib/App/SD/Replica/hm.pm	Thu Nov  6 01:49:24 2008
@@ -93,7 +93,13 @@
 
 sub find_matching_tasks {
     my $self = shift;
-    my %args;
+    my %args = (
+        owner        => 'me',
+        group        => 0,
+        requestor    => 'me',
+        not_complete => 1,
+    );
+
     if ( my $props = $self->props ) {
         while ( my ($k, $v) = each %$props ) { $args{$k} = $v }
     }



More information about the Bps-public-commit mailing list