Remove Berksfile.lock from dev branches

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

Change-Id: I9b9e4661c444d9d838639be3132365f4f0d1cb50
This commit is contained in:
Hugh Saunders 2014-01-20 17:18:28 +00:00
parent 01663915f5
commit 4f59955529
3 changed files with 11 additions and 36 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.bundle/
.cookbooks/
.project
Berksfile.lock

View File

@ -1,36 +0,0 @@
{
"sources": {
"openstack-identity": {
"path": "."
},
"openstack-common": {
"locked_version": "8.0.0",
"git": "git://github.com/stackforge/cookbook-openstack-common.git",
"ref": "bf7f7bc3f2f8a1db112afd790aa54998a6cde40f"
},
"apt": {
"locked_version": "2.3.0"
},
"database": {
"locked_version": "1.4.0"
},
"mysql": {
"locked_version": "3.0.0"
},
"openssl": {
"locked_version": "1.1.0"
},
"build-essential": {
"locked_version": "1.4.2"
},
"postgresql": {
"locked_version": "3.3.4"
},
"aws": {
"locked_version": "1.0.0"
},
"xfs": {
"locked_version": "1.1.0"
}
}
}

View File

@ -250,6 +250,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
==================