]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
always update the pip cache before installing packages 219/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 10 Nov 2015 15:21:37 +0000 (09:21 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 10 Nov 2015 15:21:37 +0000 (09:21 -0600)
commitac48c2071bd6d41de7ab9c8e3cfdaf4abd711e55
treec1b5fd8d6662c72fb284edf8c37e2e3640dfddd8
parent17e20a2f2897d6a81947e5e29e27a12c03534581
always update the pip cache before installing packages

We do this to get around a bug in the previous code that would never go
out to look for new packages if something in the cache satisfied the
requirements. Specifically, we wanted chacractl==0.0.5 installed, but
because 0.0.4 exists in the cache and satisified the requirement of
>=0.0.4 the cache was never updated to include 0.0.5.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/setup
ceph-deploy/build/setup
ceph-release-rpm/build/build