soloist icon indicating copy to clipboard operation
soloist copied to clipboard

Cookbooks are not updated

Open winston opened this issue 12 years ago • 1 comments

Tried using soloist pre with librarian and it works great on the first run. However, if changes are made to the referenced cookbooks, the changes are not pulled when soloist is executed again.

Do you recommend that we run librarian-chef update manually, or should soloist take care of that?

Thank you!

winston avatar Dec 20 '12 07:12 winston

I've always found that after making changes to Cheffile or updating a cookbook from a local git branch, I have to run librarian-chef clean && rm -rf tmp/librarian/ && librarian-chef update

trinitronx avatar Nov 22 '13 18:11 trinitronx