Remove Berksfile.lock from dev branches

blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I7801b6fd57f4dc4fa46c8728e5177e039ee0260d
This commit is contained in:
Hugh Saunders
2014-01-20 17:18:28 +00:00
parent 501146b56d
commit 1d83f527a8
3 changed files with 11 additions and 41 deletions

View File

@@ -148,6 +148,16 @@ Testing
Please refer to the [TESTING.md](TESTING.md) for instructions for testing the cookbook.
Berkshelf
=====
Berks will resolve version requirements and dependencies on first run and
store these in Berksfile.lock. If new cookbooks become available you can run
`berks update` to update the references in Berksfile.lock. Berksfile.lock will
be included in stable branches to provide a known good set of dependencies.
Berksfile.lock will not be included in development branches to encourage
development against the latest cookbooks.
License and Author
==================