[ARVADOS] updated: 030375700166be8bc8de3426cd0d4d5d2eec14b6
git at public.curoverse.com
git at public.curoverse.com
Mon Oct 6 11:43:45 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 030375700166be8bc8de3426cd0d4d5d2eec14b6 (commit)
from 316ff88049af61d37c80002864591aef2bdc1bda (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 030375700166be8bc8de3426cd0d4d5d2eec14b6
Author: Brett Smith <brett at curoverse.com>
Date: Mon Oct 6 11:45:27 2014 -0400
4012: Bugfix last commit again.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index dfd482f..54e7740 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1554,7 +1554,7 @@ sub retry_op {
if (!$@) {
return $result;
} elsif ($try_count < $retries) {
- my $sleep_time = time - $next_try;
+ my $sleep_time = $next_try - time;
sleep($sleep_time) if ($sleep_time > 0);
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list