[ARVADOS] updated: db195a5479485501eb59ce5e914eddc64f72a9f5
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 30 16:38:34 EDT 2015
Summary of changes:
crunch_scripts/run-command | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via db195a5479485501eb59ce5e914eddc64f72a9f5 (commit)
from 7990a7778f70c243b50ea878787ea83689f5b07e (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 db195a5479485501eb59ce5e914eddc64f72a9f5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Apr 30 16:38:24 2015 -0400
run-command list correct directory to be uploaded when $(task.cwd) != $(task.outdir)
no issue #
diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command
index 72b46b4..1fcdb40 100755
--- a/crunch_scripts/run-command
+++ b/crunch_scripts/run-command
@@ -420,7 +420,7 @@ for l in links:
logger.info("the following output files will be saved to keep:")
-subprocess.call(["find", ".", "-type", "f", "-printf", "run-command: %12.12s %h/%f\\n"], stdout=sys.stderr)
+subprocess.call(["find", ".", "-type", "f", "-printf", "run-command: %12.12s %h/%f\\n"], stdout=sys.stderr, cwd=outdir)
logger.info("start writing output to keep")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list