[ARVADOS] updated: 1.3.0-324-g28209cbb6

Git user git at public.curoverse.com
Tue Feb 19 10:48:25 EST 2019


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

       via  28209cbb68aaa3bcf2832ca739d6c1ed89f4d3fd (commit)
      from  d71e2f174f9a58b315037750ac301225ec68e11f (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 28209cbb68aaa3bcf2832ca739d6c1ed89f4d3fd
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue Feb 19 10:47:24 2019 -0500

    14853: we need a newer version of setuptools to build on centos7, debian8 and ubuntu1404.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/build/run-library.sh b/build/run-library.sh
index e6b086a5a..0442abc4a 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -456,6 +456,11 @@ fpm_build_virtualenv () {
     echo "  build/usr/share/$python/dist/$PYTHON_PKG/bin/pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U wheel"
     exit 1
   fi
+  if ! build/usr/share/$python/dist/$PYTHON_PKG/bin/pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U setuptools; then
+    echo "Error, unable to upgrade setuptools with"
+    echo "  build/usr/share/$python/dist/$PYTHON_PKG/bin/pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U setuptools"
+    exit 1
+  fi
 
   if [[ "$TARGET" != "centos7" ]] || [[ "$PYTHON_PKG" != "python-arvados-fuse" ]]; then
     build/usr/share/$python/dist/$PYTHON_PKG/bin/pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG $PACKAGE_PATH

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list