[ARVADOS] created: ad5469119127542f67b1ea3d995b29913dd8befe

Git user git at public.curoverse.com
Tue Jul 26 14:48:38 EDT 2016


        at  ad5469119127542f67b1ea3d995b29913dd8befe (commit)


commit ad5469119127542f67b1ea3d995b29913dd8befe
Author: radhika <radhika at curoverse.com>
Date:   Tue Jul 26 14:47:32 2016 -0400

    9552: update cwltool version, which offer compute_checksum flag.

diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index f971e19..e1c0ac3 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -467,7 +467,7 @@ fpm_build schema_salad "" "" python 1.14.20160708181155
 fpm_build ruamel.yaml "" "" python 0.11.11 --python-setup-py-arguments "--single-version-externally-managed"
 
 # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
-fpm_build cwltool "" "" python 1.0.20160714182449
+fpm_build cwltool "" "" python 1.0.20160726135535
 
 # FPM eats the trailing .0 in the python-rdflib-jsonld package when built with 'rdflib-jsonld>=0.3.0'. Force the version. Ward, 2016-03-25
 fpm_build rdflib-jsonld "" "" python 0.3.0
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 03f3132..4bff093 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -127,6 +127,7 @@ class ArvCwlRunner(object):
         kwargs["use_container"] = True
         kwargs["tmpdir_prefix"] = "tmp"
         kwargs["on_error"] = "continue"
+        kwargs["compute_checksum"] = False
 
         if self.work_api == "containers":
             kwargs["outdir"] = "/var/spool/cwl"
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 36ad22b..fa57e9c 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -32,7 +32,7 @@ setup(name='arvados-cwl-runner',
       # Make sure to update arvados/build/run-build-packages.sh as well
       # when updating the cwltool version pin.
       install_requires=[
-          'cwltool==1.0.20160714182449',
+          'cwltool==1.0.20160726135535',
           'arvados-python-client>=0.1.20160322001610'
       ],
       data_files=[

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list