[ARVADOS] updated: 1.3.0-2146-gb8eec9929

Git user git at public.arvados.org
Mon Feb 10 16:12:02 UTC 2020


Summary of changes:
 build/package-build-dockerfiles/centos7/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  b8eec9929ab5b7a6c3ab1d3129123a63ba9dd978 (commit)
      from  1963a6aaf39f99bfd56264aeded298501eb8c3d4 (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 b8eec9929ab5b7a6c3ab1d3129123a63ba9dd978
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Feb 10 11:11:26 2020 -0500

    Set upper version of setuptools for Python 2 in Centos7 container
    
    no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/package-build-dockerfiles/centos7/Dockerfile b/build/package-build-dockerfiles/centos7/Dockerfile
index 3a61e64cf..9c2660387 100644
--- a/build/package-build-dockerfiles/centos7/Dockerfile
+++ b/build/package-build-dockerfiles/centos7/Dockerfile
@@ -50,7 +50,7 @@ RUN rpm -ivh epel-release-latest-7.noarch.rpm
 RUN git clone --depth 1 git://git.arvados.org/arvados.git /tmp/arvados && cd /tmp/arvados/services/api && /usr/local/rvm/bin/rvm-exec default bundle && cd /tmp/arvados/apps/workbench && /usr/local/rvm/bin/rvm-exec default bundle
 
 # The version of setuptools that comes with CentOS is way too old
-RUN pip install --upgrade setuptools
+RUN pip install --upgrade 'setuptools<45'
 
 ENV WORKSPACE /arvados
 CMD ["scl", "enable", "rh-python36", "/usr/local/rvm/bin/rvm-exec default bash /jenkins/run-build-packages.sh --target centos7"]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list