[ARVADOS] updated: 6261cf9003ec37622d38a3c40d94a75eff397922

git at public.curoverse.com git at public.curoverse.com
Mon Apr 13 21:45:06 EDT 2015


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

       via  6261cf9003ec37622d38a3c40d94a75eff397922 (commit)
      from  0f119f7707d93e90842fce3890deffc59c5e7081 (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 6261cf9003ec37622d38a3c40d94a75eff397922
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Apr 13 21:47:06 2015 -0400

    Fix loop label that became disconnected in bae652c, causing crash on "next THISROUND". refs #5642

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index a6ccebc..6242484 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -657,12 +657,13 @@ my $progress_stats_updated = 0;
 update_progress_stats();
 
 
-
-THISROUND:
 my $tasks_this_level = 0;
 foreach my $id (@jobstep_todo) {
   $tasks_this_level++ if ($jobstep[$id]->{level} == $level);
 }
+
+
+THISROUND:
 for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
 {
   my $id = $jobstep_todo[$todo_ptr];

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list