[ARVADOS] updated: 7f105aaf983d67ef2c6f08bc4f18eb5d32ffc0c7
Git user
git at public.curoverse.com
Fri Jan 13 10:44:53 EST 2017
Summary of changes:
build/run-build-packages.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via 7f105aaf983d67ef2c6f08bc4f18eb5d32ffc0c7 (commit)
via 52c8ac88a924ffe9771876ed8e8399b801d79a56 (commit)
via eddb8f6851899df30ff40d053870e4cbf3c123fe (commit)
from 99b571c9050f28525427c100f9072159a3145bc7 (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 7f105aaf983d67ef2c6f08bc4f18eb5d32ffc0c7
Merge: 99b571c 52c8ac8
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jan 13 10:44:45 2017 -0500
Merge branch '10881-build-python-futures-package' refs #10881
commit 52c8ac88a924ffe9771876ed8e8399b801d79a56
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Jan 13 10:43:48 2017 -0500
10881: Add python-futures as explicit cwltest dependency and bump iteration.
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index 8e3a6ac..7961424 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -419,7 +419,7 @@ fpm_build ruamel.yaml "" "" python 0.13.7 --python-setup-py-arguments "--single-
# Dependency of cwltool. Fpm doesn't produce a package with the correct version
# number unless we build it explicitly
-fpm_build cwltest "" "" python 1.0.20161227194859
+fpm_build cwltest "" "" python 1.0.20161227194859 --depends "${PYTHON2_PKG_PREFIX}-futures >= 3.0.5" --iteration 3
# And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
cwltoolversion=$(cat "$WORKSPACE/sdk/cwl/setup.py" | grep cwltool== | sed "s/.*==\(.*\)'.*/\1/")
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list