[ARVADOS] updated: 9e0100cee5825584ff7ed6342bf661c026a8bc1d
git at public.curoverse.com
git at public.curoverse.com
Thu Apr 23 17:28:49 EDT 2015
Summary of changes:
crunch_scripts/run-command | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9e0100cee5825584ff7ed6342bf661c026a8bc1d (commit)
from f095b4447de612fd1cd7bee5f9121df76cd65434 (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 9e0100cee5825584ff7ed6342bf661c026a8bc1d
Author: Tom Clegg <tom at curoverse.com>
Date: Thu Apr 23 17:28:56 2015 -0400
Fix typo. No issue #
diff --git a/crunch_scripts/run-command b/crunch_scripts/run-command
index c07debd..72b46b4 100755
--- a/crunch_scripts/run-command
+++ b/crunch_scripts/run-command
@@ -57,7 +57,7 @@ else:
jobp = json.loads(args.script_parameters)
os.environ['JOB_UUID'] = 'zzzzz-8i9sb-1234567890abcde'
os.environ['TASK_UUID'] = 'zzzzz-ot0gb-1234567890abcde'
- os.environ['CRUNCH_SRC'] = '/tmp/crunche-src'
+ os.environ['CRUNCH_SRC'] = '/tmp/crunch-src'
if 'TASK_KEEPMOUNT' not in os.environ:
os.environ['TASK_KEEPMOUNT'] = '/keep'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list