[ARVADOS] updated: 1.3.0-2108-gbc4f35573
Git user
git at public.arvados.org
Mon Jan 27 18:32:14 UTC 2020
Summary of changes:
build/run-build-packages.sh | 3 +++
1 file changed, 3 insertions(+)
via bc4f35573b38ccde0756209057c8bce6947a38bc (commit)
from 3c8aecebabdfeea3fd607789b48e38fba9ef5ce7 (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 bc4f35573b38ccde0756209057c8bce6947a38bc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Jan 27 13:31:49 2020 -0500
Add python3 build of arvados-cwl-runner
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh
index f00d0c031..f0f9fccdf 100755
--- a/build/run-build-packages.sh
+++ b/build/run-build-packages.sh
@@ -325,6 +325,9 @@ fpm_build_virtualenv "arvados-python-client" "sdk/python"
# Arvados cwl runner
fpm_build_virtualenv "arvados-cwl-runner" "sdk/cwl"
+# Arvados cwl runner - Python3 package
+fpm_build_virtualenv "arvados-cwl-runner" "sdk/cwl" "python3"
+
# The PAM module
fpm_build_virtualenv "libpam-arvados" "sdk/pam"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list