From e43f8a3ecd614aa51d61d7bb09f4d538e9d723e8 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 5 Apr 2016 09:03:09 +0200 Subject: [PATCH] cleanup virtualenv found in /tmp Before building we need to get rid of virtualenv created in /tmp as they may not contain what we expect. Fixes: http://tracker.ceph.com/issues/15375 Signed-off-by: Loic Dachary --- build-ceph.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-ceph.sh b/build-ceph.sh index 9a22a7f..46ef63e 100755 --- a/build-ceph.sh +++ b/build-ceph.sh @@ -18,6 +18,7 @@ git clean -fdx && git reset --hard /srv/autobuild-ceph/use-mirror.sh /srv/git/bin/git submodule update --init git clean -fdx +rm -fr /tmp/*virtualenv* echo --START-IGNORE-WARNINGS [ ! -x install-deps.sh ] || ./install-deps.sh -- 2.39.5