]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build: fix unkown option 1005/head
authorSébastien Han <seb@redhat.com>
Mon, 16 Apr 2018 16:51:30 +0000 (18:51 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 16 Apr 2018 16:51:30 +0000 (18:51 +0200)
commit67972ecdd064298bf89b1390ea8c178ed51eb049
treef09b48693936c13406a0e12aa37912f047e8482c
parent7666cdc0fbf6f1c4a5c08d00452754fee4fa829f
build: fix unkown option

Newer version of pip does not support --download anymore, the option has
been replaced by --cache-dir.
This fixes errors like:

+ /tmp/venv.ufvIkiZl8v/bin/pip download
--dest=/home/jenkins-build/.cache/pip pip
ERROR: unknown command "download"

Signed-off-by: Sébastien Han <seb@redhat.com>
scripts/build_utils.sh