[ARVADOS] updated: 1.3.0-312-gdd969e81d

Git user git at public.curoverse.com
Fri Mar 1 08:42:11 EST 2019


Summary of changes:
 docker/jobs/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  dd969e81dfbe0ff1b60c85841aaf01e51b45c574 (commit)
      from  37c46ca294ce95242ac424c8375a130d783f6d1e (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 dd969e81dfbe0ff1b60c85841aaf01e51b45c574
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Fri Mar 1 08:34:28 2019 -0500

    14819: use the python executable from the python-arvados-cwl-runner package
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/docker/jobs/Dockerfile b/docker/jobs/Dockerfile
index 758262f03..02a1c3829 100644
--- a/docker/jobs/Dockerfile
+++ b/docker/jobs/Dockerfile
@@ -27,8 +27,8 @@ RUN apt-get install -yq --no-install-recommends nodejs \
     python-arvados-python-client=$python_sdk_version \
     python-arvados-cwl-runner=$cwl_runner_version
 
-# use the Python executable from the python-arvados-python-client package
-RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-python-client/bin/python /usr/bin/python
+# use the Python executable from the python-arvados-cwl-runner package
+RUN rm -f /usr/bin/python && ln -s /usr/share/python2.7/dist/python-arvados-cwl-runner/bin/python /usr/bin/python
 
 # Install dependencies and set up system.
 RUN /usr/sbin/adduser --disabled-password \

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list