[ARVADOS] updated: 277ad30ef4824ab6363ba24f10f62d9fb6544ad7
Git user
git at public.curoverse.com
Wed Nov 30 14:40:57 EST 2016
Summary of changes:
build/run-build-packages.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 277ad30ef4824ab6363ba24f10f62d9fb6544ad7 (commit)
from 515e3f5c3dac3076217bd59545d01604008c01e6 (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 277ad30ef4824ab6363ba24f10f62d9fb6544ad7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Nov 30 14:40:53 2016 -0500
10647: Get necessary version of cwltool from sdk/cwl/setup.py instead of
listing it in two places.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 7da70e7..749e94f 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -485,7 +485,8 @@ fpm_build ruamel.yaml "" "" python 0.12.4 --python-setup-py-arguments "--single-
fpm_build cwltest "" "" python 1.0.20160907111242
# And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
-fpm_build cwltool "" "" python 1.0.20161128202906
+cwltoolversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep cwltool== | sed "s/.*==\(1\.0\..*\)'.*/\1/")
+fpm_build cwltool "" "" python $cwltoolversion
# 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list