[ARVADOS] updated: c290dd51011b5f8e156ed4af2f6107cf4309aa48
git at public.curoverse.com
git at public.curoverse.com
Thu Jun 12 15:00:34 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c290dd51011b5f8e156ed4af2f6107cf4309aa48 (commit)
from eef9a3b369b00af6a886776bcf059881f53cc64b (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 c290dd51011b5f8e156ed4af2f6107cf4309aa48
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Jun 12 15:00:13 2014 -0400
2755: Preserve blob signatures in manifest_text passed to collections.create.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 167d3dd..628fea8 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -830,9 +830,9 @@ if ($collated_output)
}
push(@manifest_lines, join(" ", @words));
}
- my $manifest_text = join("", @manifest_lines);
+ my $stripped_manifest_text = join("", @manifest_lines);
my $output = $arv->{'collections'}->{'create'}->execute('collection' => {
- 'uuid' => md5_hex($manifest_text),
+ 'uuid' => md5_hex($stripped_manifest_text),
'manifest_text' => $manifest_text,
});
$Job->update_attributes('output' => $output->{uuid});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list