fgrehm / vagrant-cachier

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

Add support for caching chef gems (in /opt/chef/embedded). #129

Closed jperville closed 9 years ago

jperville commented 9 years ago

Dear @fgrehm , here is a modest PR to cache gems downloads within Chef's /opt/chef/embedded directory.

To give you a bit of context, I live in a country with limited Internet connectivity, which makes running kitchen converge quite painful. With this PR I can cache the installation of the ci-reporter and chef-minitest-handler gems, saving me 10 minutes each time I run either kitchen test or the initial kitchen converge.

fgrehm commented 9 years ago

Thanks and sorry it took so long! The 1.2.0 version of the plugin will come out with this in a few ;-)

jperville commented 9 years ago

Thank you so much @fgrehm, will install straight away.