[ARVADOS] updated: 6cd08f799a2feb762ec8dc031675ea815726d755

git at public.curoverse.com git at public.curoverse.com
Tue Dec 2 16:06:20 EST 2014


Summary of changes:
 sdk/cli/bin/crunch-job | 3 ---
 1 file changed, 3 deletions(-)

       via  6cd08f799a2feb762ec8dc031675ea815726d755 (commit)
      from  a06d87af46cb235b9764d9383e46c3e02823c49c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 6cd08f799a2feb762ec8dc031675ea815726d755
Author: Tim Pierce <twp at curoverse.com>
Date:   Tue Dec 2 16:06:02 2014 -0500

    4621: drop unused variable $output_in_keep

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 725e2f4..7aa02ac 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -305,7 +305,6 @@ my @jobstep_tomerge = ();
 my $jobstep_tomerge_level = 0;
 my $squeue_checked;
 my $squeue_kill_checked;
-my $output_in_keep = 0;
 my $latest_refresh = scalar time;
 
 
@@ -1286,12 +1285,10 @@ sub create_output_collection
     my $output = $_->{'arvados_task'}->{output};
     if ($output !~ /^[0-9a-f]{32}(\+\S+)*$/)
     {
-      $output_in_keep ||= $output =~ / [0-9a-f]{32}\S*\+K/;
       print $child_in $output;
     }
     elsif (defined (my $outblock = fetch_block ($output)))
     {
-      $output_in_keep ||= $outblock =~ / [0-9a-f]{32}\S*\+K/;
       print $child_in $outblock;
     }
     else

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list