Commit ebefd105 authored by Yingjie Xu's avatar Yingjie Xu

Install from buildout first.

parent 94981ac3
......@@ -97,6 +97,7 @@ class Software(object):
finally:
tar.close()
else:
self._install_from_buildout()
tar = tarfile.open(tarpath, "w:gz")
try:
tar.add(self.software_path, arcname=self.software_url_hash)
......
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