[ARVADOS] updated: 75955af3fc2740a75a7779d76965aac13214c0ca

git at public.curoverse.com git at public.curoverse.com
Sun Oct 5 13:09:22 EDT 2014


Summary of changes:
 sdk/cli/bin/crunch-job | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  75955af3fc2740a75a7779d76965aac13214c0ca (commit)
      from  faf124cf4ba8170fc94ce8ea8670919fab633afa (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 75955af3fc2740a75a7779d76965aac13214c0ca
Author: Brett Smith <brett at curoverse.com>
Date:   Sun Oct 5 13:09:20 2014 -0400

    Fixup last commit: Define @jobstep early enough for retry_op.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 80e76ee..43d881c 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -141,6 +141,7 @@ $SIG{'USR2'} = sub
 
 
 my $arv = Arvados->new('apiVersion' => 'v1');
+my @jobstep;
 my $local_logfile;
 
 my $User = retry_op(sub { $arv->{'users'}->{'current'}->execute; });
@@ -321,7 +322,6 @@ $ENV{"CRUNCH_JOB_UUID"} = $job_id;
 $ENV{"JOB_UUID"} = $job_id;
 
 
-my @jobstep;
 my @jobstep_todo = ();
 my @jobstep_done = ();
 my @jobstep_tomerge = ();

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list