[ARVADOS] updated: 7a4f566c1a63ee37a88df16e25ca04e9a562fb1c
git at public.curoverse.com
git at public.curoverse.com
Mon Oct 6 23:25:26 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7a4f566c1a63ee37a88df16e25ca04e9a562fb1c (commit)
from b4c27edb438b8aec5f055b636afb476c6ea8284c (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 7a4f566c1a63ee37a88df16e25ca04e9a562fb1c
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Oct 6 23:24:53 2014 -0400
3775: Fix SDK usage.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 6af2940..979a254 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -425,7 +425,7 @@ else {
'filters' => [['name','=',$repo]]
);
my @repos_found = @{$arv_repo_list->{'items'}};
- my $n_found = $arv_repo_list->{'items_available'};
+ my $n_found = $arv_repo_list->{'serverResponse'}->{'items_available'};
if ($n_found > 0) {
Log(undef, "Repository '$repo' -> "
. join(", ", map { $_->{'uuid'} } @repos_found));
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list