[ARVADOS] updated: a21938b325a5ff859d9992dbd3b034672139b0ab
git at public.curoverse.com
git at public.curoverse.com
Tue Mar 11 12:04:19 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
via a21938b325a5ff859d9992dbd3b034672139b0ab (commit)
from 1586b85c89a9dce4799f9406a5a015f34313653c (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 a21938b325a5ff859d9992dbd3b034672139b0ab
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Mar 11 12:03:51 2014 -0400
Remove PYTHONPATH hack.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 2ba36f2..4c8acbb 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -580,10 +580,6 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
$command .=
"&& perl -";
}
- $ENV{"PYTHONPATH"} =~ s{^}{:} if $ENV{"PYTHONPATH"};
- $ENV{"PYTHONPATH"} =~ s{^}{$ENV{CRUNCH_SRC}/sdk/python}; # xxx hack
- $ENV{"PYTHONPATH"} =~ s{^}{$ENV{CRUNCH_SRC}/arvados/sdk/python:}; # xxx hack
- $ENV{"PYTHONPATH"} =~ s{$}{:/usr/local/arvados/src/sdk/python}; # xxx hack
$command .=
"&& exec arv-mount $ENV{TASK_KEEPMOUNT} --exec $ENV{CRUNCH_SRC}/crunch_scripts/" . $Job->{"script"};
my @execargs = ('bash', '-c', $command);
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list