]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: only pip install after make clean 4627/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 8 May 2015 18:53:54 +0000 (20:53 +0200)
committerLoic Dachary <ldachary@redhat.com>
Wed, 13 May 2015 06:35:53 +0000 (08:35 +0200)
commit78c73c512aabaa6a15b4a9d63557554c9dcc5bdc
tree038cae367b7dd1be8467659877baa3626a909fe7
parent745a565cd89d8bcf3144c0eb6b89e64e14b1da6c
install-deps.sh: only pip install after make clean

Do not re-install all python dependencies if there already exists a
wheelhouse directory. It makes it so running install-deps.sh twice will
only access the network the first time. The directories where the python
dependencies are installed are removed by make clean. Refreshing the
python dependencies cache can be done via make clean ; install-deps.sh

Signed-off-by: Loic Dachary <ldachary@redhat.com>
Makefile.am
install-deps.sh