[ARVADOS] updated: 2.1.0-120-g56240e537

Git user git at public.arvados.org
Fri Nov 20 22:34:10 UTC 2020


Summary of changes:
 build/run-library.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  56240e53743237df9a190781a2220fa8d63d4b8e (commit)
      from  f8b5741b4f39e01862837a553b3b9b24089c110e (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 56240e53743237df9a190781a2220fa8d63d4b8e
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Nov 20 17:31:50 2020 -0500

    Remove one more python2 remnant. This is a fix for the
    python3-arvados-cwl-runner package, it now installs /usr/bin/cwltool
    again.
    
    refs #15888
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index 1716cf370..a72aa3ad7 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -690,9 +690,9 @@ fpm_build_virtualenv () {
     done
   fi
 
-  # the python-arvados-cwl-runner package comes with cwltool, expose that version
-  if [[ -e "$WORKSPACE/$PKG_DIR/dist/build/usr/share/python2.7/dist/python-arvados-cwl-runner/bin/cwltool" ]]; then
-    COMMAND_ARR+=("usr/share/python2.7/dist/python-arvados-cwl-runner/bin/cwltool=/usr/bin/")
+  # the python3-arvados-cwl-runner package comes with cwltool, expose that version
+  if [[ -e "$WORKSPACE/$PKG_DIR/dist/build/usr/share/$python/dist/python-arvados-cwl-runner/bin/cwltool" ]]; then
+    COMMAND_ARR+=("usr/share/$python/dist/python-arvados-cwl-runner/bin/cwltool=/usr/bin/")
   fi
 
   COMMAND_ARR+=(".")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list