[ARVADOS] updated: 78317dade4e29b06f1f83b16603cc8ef5c42c434
git at public.curoverse.com
git at public.curoverse.com
Thu Aug 28 10:06:39 EDT 2014
Summary of changes:
crunch_scripts/run-command | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 78317dade4e29b06f1f83b16603cc8ef5c42c434 (commit)
from 55ed403e8bd408c70ce97cefc10156141ccd46a6 (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 78317dade4e29b06f1f83b16603cc8ef5c42c434
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Aug 28 10:06:37 2014 -0400
3719: Robust-put uses run-command logger.
diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command
index 1635ecd..48c8b58 100755
--- a/crunch_scripts/run-command
+++ b/crunch_scripts/run-command
@@ -225,7 +225,7 @@ if "task.vwd" in taskp:
# Just a single task, so do merge with the original collection
outcollection = vwd.checkin(subst.do_substitution(taskp, taskp["task.vwd"]), outdir, merge=True).manifest_text()
else:
- outcollection = robust_put.upload(outdir)
+ outcollection = robust_put.upload(outdir, logger)
api.job_tasks().update(uuid=arvados.current_task()['uuid'],
body={
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list