[ARVADOS] updated: df39fa6468ecb8d428a808392fc948426b602fc6
Git user
git at public.curoverse.com
Wed Jan 18 10:04:38 EST 2017
Summary of changes:
sdk/cwl/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via df39fa6468ecb8d428a808392fc948426b602fc6 (commit)
via 9adf8bd2a5e9e605a38026b70a52fb2ca63b33be (commit)
from 7bba7e6419737055ad26c23c9dd3bbacb983cb87 (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 df39fa6468ecb8d428a808392fc948426b602fc6
Merge: 7bba7e6 9adf8bd
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jan 18 10:04:33 2017 -0500
Merge branch '10292-cwl-deadlock' refs #10292
commit 9adf8bd2a5e9e605a38026b70a52fb2ca63b33be
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Jan 18 09:57:25 2017 -0500
10292: Update cwltool for bugfix: intermittant workflow deadlock on subworkflow completion.
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 534eb74..55b0485 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -48,7 +48,7 @@ setup(name='arvados-cwl-runner',
# Note that arvados/build/run-build-packages.sh looks at this
# file to determine what version of cwltool and schema-salad to build.
install_requires=[
- 'cwltool==1.0.20170112185927',
+ 'cwltool==1.0.20170118141124',
'schema-salad==2.2.20170111180227',
'ruamel.yaml==0.13.7',
'arvados-python-client>=0.1.20170112173420',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list