fgrehm / vagrant-cachier

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

git repo caching #100

Closed jwhitcraft closed 10 years ago

jwhitcraft commented 10 years ago

I'm wonder if it would be possible to cache a copy of a git repo, so that way when you reprovision a box, it would just have to run git pull origin master on it and then copy it over.

Just an idea.

fgrehm commented 10 years ago

Can you use the generic bucket for that?

jwhitcraft commented 10 years ago

I'm sure I can, thanks for the pointer.