[ARVADOS] updated: 342f1555625580dc945766a48bb7be3625af2deb

git at public.curoverse.com git at public.curoverse.com
Fri Feb 28 18:04:21 EST 2014


Summary of changes:
 sdk/cli/bin/crunch-job |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  342f1555625580dc945766a48bb7be3625af2deb (commit)
      from  4f6d03f8329ec63704f6830c56b95be939b38d30 (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 342f1555625580dc945766a48bb7be3625af2deb
Author: Tom Clegg <tom at curoverse.com>
Date:   Fri Feb 28 15:04:15 2014 -0800

    Add build.sh step to Python SDK install recipe.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 9892ba4..c50ed99 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -337,7 +337,7 @@ if ($skip_install)
   for my $src_path ("$ENV{CRUNCH_SRC}/arvados/sdk/python",
                     "$ENV{CRUNCH_SRC}/sdk/python") {
     if (-d $src_path) {
-      system ("cd $src_path && \$CRUNCH_TMP/opt/bin/python setup.py install")
+      system ("cd $src_path && ./build.sh && \$CRUNCH_TMP/opt/bin/python setup.py install")
           == 0
           or croak ("setup.py in $src_path failed: exit ".($?>>8));
     }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list