From: Alfredo Deza Date: Mon, 2 May 2016 22:58:35 +0000 (-0400) Subject: upgrade setuptools for ceph-build-pull-requests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03dbefeffeb82623d6939edd121ad47261d0b789;p=ceph-build.git upgrade setuptools for ceph-build-pull-requests Signed-off-by: Alfredo Deza --- diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index cdc1dbda..cab2a557 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -10,6 +10,9 @@ virtualenv venv PIP_SDIST_INDEX="$HOME/.cache/pip" mkdir -p $PIP_SDIST_INDEX +# upgrade setuptools because the world breaks otherwise :( +venv/bin/pip install -U setuptools + # Install the package by trying with the cache first, otherwise doing a download only, and then # trying to install from the cache again. if ! venv/bin/pip install --find-links="file://$PIP_SDIST_INDEX" --no-index jenkins-job-builder; then