This repository was archived by the owner on May 18, 2021. It is now read-only.
This repository was archived by the owner on May 18, 2021. It is now read-only.
Update all cookbooks if Berksfile, Cheffile, etc. have changed #32
Open
Description
If the current folder is a cookbook and its dependencies have already been resolved, only this cookbook will be updated with rsync. While this is much faster than running e.g. Berkshelf, the directory resolver should only be used if no updates to Berksfile
, Cheffile
, etc. have been made. At the moment, the only workaround is to delete .chef-runner
.
This could be fixed by writing a timestamp file and comparing that to the timestamp of all files that are dependencies.