maestrodev / librarian-puppet

Since 0.9.11.6 this fork is no longer used
MIT License
16 stars 7 forks source link

Improves caching so that same git repo/ref but different path doesn't ca... #8

Closed calebTomlinson closed 11 years ago

calebTomlinson commented 11 years ago

...che multiple copies.

Prior to this change we had a single repo/ref that was used in 10+ modules in the Puppetfile and each was creating a separate cache. This resolves that so that there is a single repo cached in this case. Change was very simple.

calebTomlinson commented 11 years ago

It looks like you are releasing the maestrodev branch. I will create a different pull request for that.

carlossg commented 11 years ago

yeah, we use maestrodev branch, master keeps track of the forked repo. I was thinking about having a common cache in the user home, like ~/.puppet/librarian to share it across all modules in filesystem. We keep checking out all the same modules over and over