[ARVADOS] updated: 625ac9821bed8113b4269da65fd2618415201968

git at public.curoverse.com git at public.curoverse.com
Tue Nov 4 12:47:41 EST 2014


Summary of changes:
 sdk/cli/bin/crunch-job | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 sdk/cli/bin/crunch-job

       via  625ac9821bed8113b4269da65fd2618415201968 (commit)
      from  d688971ed9853b9625f623cd47afd6f014c8d5f0 (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 625ac9821bed8113b4269da65fd2618415201968
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Nov 4 12:47:38 2014 -0500

    4303: Fixup syntax issue in crunch-job.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
old mode 100644
new mode 100755
index 92e122b..43eebf8
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1668,7 +1668,7 @@ sub retry_op {
     if (!$@) {
       return $result;
     } elsif ($try_count < $retries) {
-      retry_callback->($try_count, $@);
+      $retry_callback->($try_count, $@);
       my $sleep_time = $next_try - time;
       sleep($sleep_time) if ($sleep_time > 0);
     }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list