[ARVADOS] updated: 06362e4d206c4765567e0a6b5585197ce0c9d30f

git at public.curoverse.com git at public.curoverse.com
Fri Feb 28 18:07:10 EST 2014


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

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

    Add build.sh step to Python SDK install recipe (part 2).

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index c50ed99..fec23d4 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1390,7 +1390,7 @@ mkdir $install_dir;
 shell_or_die ("virtualenv", $install_dir);
 for my $src_path ("$destdir/arvados/sdk/python", "$destdir/sdk/python") {
   if (-d $src_path) {
-    shell_or_die ("cd $src_path && $install_dir/bin/python setup.py install");
+    shell_or_die ("cd $src_path && ./build.sh && $install_dir/bin/python setup.py install");
   }
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list