Commit bbc73738 authored by Yingjie Xu's avatar Yingjie Xu

Remove cache directory after installation.

parent 0aaafe89
......@@ -113,6 +113,7 @@ class Software(object):
self.shacache_key_file,
self.shadir_cert_file,
self.shadir_key_file)
shutil.rmtree(cache_dir)
def _install_from_buildout(self):
""" Fetches buildout configuration from the server, run buildout with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment