Remove Berksfile.lock from dev branches

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

Change-Id: I4f0f9ceb8681c570c730393365171361c84cd587
This commit is contained in:
Hugh Saunders 2014-01-20 17:18:28 +00:00
parent dbb0d54e95
commit 37c4321ce0
3 changed files with 11 additions and 65 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.bundle/
Berksfile.lock

View File

@ -1,65 +0,0 @@
{
"sources": {
"openstack-compute": {
"path": "."
},
"openstack-image": {
"locked_version": "8.0.0",
"git": "git://github.com/stackforge/cookbook-openstack-image.git",
"ref": "bc3b8270b6c7e52f53ae1e8ba3cfa5639536682d"
},
"openstack-identity": {
"locked_version": "8.0.0",
"git": "git://github.com/stackforge/cookbook-openstack-identity.git",
"ref": "309b8040a03d4bde97ca443644125e16c242edd8"
},
"openstack-common": {
"locked_version": "8.0.0",
"git": "git://github.com/stackforge/cookbook-openstack-common.git",
"ref": "bf7f7bc3f2f8a1db112afd790aa54998a6cde40f"
},
"openstack-network": {
"locked_version": "8.0.0",
"git": "git://github.com/stackforge/cookbook-openstack-network.git",
"ref": "66bfd986510f4d25c0574f27b8e5314a70809b31"
},
"sysctl": {
"locked_version": "0.2.0",
"git": "git://github.com/Fewbytes/sysctl-cookbook.git",
"ref": "65a96b45d489c904515d916aae6bc474da35f1ca"
},
"selinux": {
"locked_version": "0.6.2"
},
"yum": {
"locked_version": "2.3.4"
},
"python": {
"locked_version": "1.4.4"
},
"build-essential": {
"locked_version": "1.4.2"
},
"apt": {
"locked_version": "2.2.0"
},
"database": {
"locked_version": "1.5.2"
},
"mysql": {
"locked_version": "3.0.12"
},
"openssl": {
"locked_version": "1.1.0"
},
"postgresql": {
"locked_version": "3.1.0"
},
"aws": {
"locked_version": "0.101.6"
},
"xfs": {
"locked_version": "1.1.0"
}
}
}

View File

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