]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
cleanup virtualenv found in /tmp 71/head
authorLoic Dachary <loic@dachary.org>
Tue, 5 Apr 2016 07:03:09 +0000 (09:03 +0200)
committerLoic Dachary <loic@dachary.org>
Tue, 5 Apr 2016 08:01:06 +0000 (10:01 +0200)
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 <loic@dachary.org>
build-ceph.sh

index 9a22a7f159e7f36ddb5510ba5738fd8d236e42e9..46ef63e876ea29748f40d0708b9a32798f04ceda 100755 (executable)
@@ -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