fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

Remove provider from machine scoped packages folder #6

Closed fgrehm closed 11 years ago

fgrehm commented 11 years ago

Basically change the path from

.vagrant/machines/<machine-name>/<provider-name>/cache

to

.vagrant/machines/<machine-name>/cache

or

.vagrant/machines/<machine-name>-cache

The idea is to reuse downloaded packages across providers.

fgrehm commented 11 years ago

@patcon @cromulus any thoughts on this? this is a pretty easy change to make and the benefit is HUGE when switching between providers to test things out the only "problem" is backwards compatibility and it might require some juggling to get things right

patcon commented 11 years ago

I can't think of a good reason not to... :+1: