[ARVADOS] updated: f990e6880050eafaf3b6bfd063e36aa016e8682a
git at public.curoverse.com
git at public.curoverse.com
Thu May 8 16:46:02 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
via f990e6880050eafaf3b6bfd063e36aa016e8682a (commit)
from 28fe4303b1c04142bf0939b05280749e590673f0 (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 f990e6880050eafaf3b6bfd063e36aa016e8682a
Author: Tom Clegg <tom at curoverse.com>
Date: Thu May 8 16:45:47 2014 -0400
Trim newline from logfile hash emerging from `arv keep put`.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index d7d6ae7..9995ec7 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1296,6 +1296,7 @@ sub save_meta
. quotemeta($local_logfile->filename);
my $loglocator = `$cmd`;
die "system $cmd failed: $?" if $?;
+ chomp($loglocator);
$local_logfile = undef; # the temp file is automatically deleted
Log (undef, "log manifest is $loglocator");
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list