Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract PE Installer Tarballs In ~/.vagrant.d Instead of ./.pe_build #113

Open
npwalker opened this issue Apr 13, 2016 · 2 comments
Open
Milestone

Comments

@npwalker
Copy link
Contributor

When running multiple vagrant stacks with pe_build I end up eating through disk space because I've extracted the same tarball multiple times in different directories.

The tarballs are downloaded centrally in ~/vagrant.d/pe_builds and, IMO, should be extracted centrally as well so all vagrant stacks can use the same installers instead of duplicating effort.

@Sharpie
Copy link
Member

Sharpie commented Apr 13, 2016

Could be possible. Although, then we'd have to symlink into each environment in order to run installations from the /vagrant mount. And Windows has opinions on that.

@npwalker
Copy link
Contributor Author

Hmmmm yea I didn't think about why it was in each environment. I suppose we could optimize for linux and then still extract it locally for windows?

@Sharpie Sharpie added this to the 1.0.0 milestone Mar 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants