[ARVADOS] updated: d3bd05e221e5b7bf516bb1043bee96ab363c0af8
Git user
git at public.curoverse.com
Tue May 24 15:42:08 EDT 2016
Summary of changes:
build/run-build-packages.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via d3bd05e221e5b7bf516bb1043bee96ab363c0af8 (commit)
from fedd51d0c04895951920d75147e3640f706653f6 (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 d3bd05e221e5b7bf516bb1043bee96ab363c0af8
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue May 24 15:41:08 2016 -0400
Build distribution packages for the version of python-schema-salad that
python-cwltool now depends on.
refs #8653
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index b5ecc4e..2eacdf1 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -428,7 +428,7 @@ fpm_build $WORKSPACE/sdk/cwl "${PYTHON2_PKG_PREFIX}-arvados-cwl-runner" 'Curover
# So we build this thing separately.
#
# Ward, 2016-03-17
-fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n "${PYTHON2_PKG_PREFIX}-schema-salad" --iteration 1 --python-bin python2.7 --python-easyinstall "$EASY_INSTALL2" --python-package-name-prefix "$PYTHON2_PKG_PREFIX" --depends "$PYTHON2_PACKAGE" -v 1.7.20160316203940 schema_salad
+fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n "${PYTHON2_PKG_PREFIX}-schema-salad" --iteration 1 --python-bin python2.7 --python-easyinstall "$EASY_INSTALL2" --python-package-name-prefix "$PYTHON2_PKG_PREFIX" --depends "$PYTHON2_PACKAGE" -v 1.11.20160506154702 schema_salad
# And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17
fpm --maintainer='Ward Vandewege <ward at curoverse.com>' -s python -t $FORMAT --exclude=*/dist-packages/tests/* --exclude=*/site-packages/tests/* --deb-ignore-iteration-in-dependencies -n "${PYTHON2_PKG_PREFIX}-cwltool" --iteration 1 --python-bin python2.7 --python-easyinstall "$EASY_INSTALL2" --python-package-name-prefix "$PYTHON2_PKG_PREFIX" --depends "$PYTHON2_PACKAGE" -v 1.0.20160519182434 cwltool
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list