]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps: nuke wheelhouse if it's stale
authorKefu Chai <kchai@redhat.com>
Wed, 16 May 2018 11:41:52 +0000 (19:41 +0800)
committerNathan Cutler <ncutler@suse.com>
Fri, 4 Oct 2019 09:16:49 +0000 (11:16 +0200)
commitd38c57c8f5df9f6e6d6fac20b0e7d39db8ae90df
treee18fb53f8b35d2dba1cc6a9ad2daf8463a2164f7
parentf73d9a1196565bec536fda008f3a3988fcded9c8
install-deps: nuke wheelhouse if it's stale

otherwise, if we update *requirements.txt, and the wheelhouse fails to
offer the newly added dependency, the setup-virtualenv.sh will fail the
build.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit ed0ca70707439f44779ca7093461182d73db1a77)
install-deps.sh
src/tools/setup-virtualenv.sh