[ARVADOS] created: d960e97b5816b7dc99f840b0be774b99cb64e400
git at public.curoverse.com
git at public.curoverse.com
Mon Feb 23 11:43:53 EST 2015
at d960e97b5816b7dc99f840b0be774b99cb64e400 (commit)
commit d960e97b5816b7dc99f840b0be774b99cb64e400
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Feb 23 11:45:32 2015 -0500
3785: Upload job log to collection with --project-uuid same owner_uuid as job.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index c312f5d..d69aee6 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1400,8 +1400,11 @@ sub log_writer_start($)
{
my $logfilename = shift;
$log_pipe_pid = open2($log_pipe_out, $log_pipe_in,
- 'arv-put', '--portable-data-hash',
+ 'arv-put',
+ '--portable-data-hash',
+ '--project-uuid', $Job->{owner_uuid},
'--retries', '3',
+ '--name', $logfilename,
'--filename', $logfilename,
'-');
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list