From: Loic Dachary Date: Tue, 5 Apr 2016 07:03:09 +0000 (+0200) Subject: cleanup virtualenv found in /tmp X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e43f8a3ecd614aa51d61d7bb09f4d538e9d723e8;p=autobuild-ceph.git 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 --- 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