facebook / chef-utils

Utilities related to Chef
Apache License 2.0
290 stars 79 forks source link

Doesn't seem to detect changes/additions to cookbooks via git. #33

Closed defunctknightsurfer closed 10 years ago

defunctknightsurfer commented 10 years ago

I have got it all installed and have now gotten to the point where I believe I found a big. Again, as posted in my first bug, I am not a ruby guy...

I can upload new roles, delete roles, and even delete cookbooks. But for some reason when I either update or add a new cookbook, the Grocery-Delivery doesn't seem to see it and does not upload anything.

./grocery-delivery.rb 
WARN: Attempting to acquire lock
WARN: Lock acquired
WARN: Updating repo
WARN: Determing changes... from  to 7ecf0f85a9afe23e40c8d97213d554ec824dd876
WARN: Added cookbooks: []
WARN: Deleted cookbooks: []
WARN: Added roles: []
WARN: Deleted roles: []
WARN: Added databags: []
WARN: Deleted databags: []
WARN: Success at 7ecf0f85a9afe23e40c8d97213d554ec824dd876

Thoughts? Ideas? Since I can delete a cookbook, I feel my config should be correct.

odcinek commented 10 years ago

Can you post your config file? Your rev_checkpoint seems to be empty/missing.

defunctknightsurfer commented 10 years ago

Ok, after some additional testing, I think the problem was on my end. Things are looking better now. Thanks for the quick response.