Adding Berksfile.lock for stable branch

* removed Berksfile.lock from .gitignore
    * added defaultbranch to .gitreview
    * added branch tag to Berksfile dependencies

Change-Id: I8a1b168c3e8ec0e09a0a6d5efaefb5109d38b5d2
This commit is contained in:
galstrom21 2014-03-27 11:35:48 -05:00
parent 0db09aba5d
commit 774eb5b028
4 changed files with 63 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,5 +4,4 @@
.vagrant/
.coverage/
*.swp
Berksfile.lock
Vagrantfile

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=stackforge/cookbook-openstack-ops-messaging.git
defaultbranch=stable/havana

View File

@ -1,4 +1,5 @@
metadata
cookbook "openstack-common",
git: "git://github.com/stackforge/cookbook-openstack-common.git"
git: "git://github.com/stackforge/cookbook-openstack-common.git",
branch: "stable/havana"

60
Berksfile.lock Normal file
View File

@ -0,0 +1,60 @@
{
"sources": {
"openstack-ops-messaging": {
"path": "."
},
"openstack-common": {
"locked_version": "8.5.0",
"git": "git://github.com/stackforge/cookbook-openstack-common.git",
"ref": "3e68d2e9bace0adfcc4a4907611c8c3ee573a7ce"
},
"rabbitmq": {
"locked_version": "3.0.4"
},
"erlang": {
"locked_version": "1.5.2"
},
"apt": {
"locked_version": "2.3.8"
},
"yum": {
"locked_version": "3.1.4"
},
"yum-epel": {
"locked_version": "0.3.4"
},
"yum-erlang_solutions": {
"locked_version": "0.2.0"
},
"build-essential": {
"locked_version": "1.4.4"
},
"database": {
"locked_version": "2.0.0"
},
"mysql": {
"locked_version": "4.1.2"
},
"openssl": {
"locked_version": "1.1.0"
},
"homebrew": {
"locked_version": "1.5.4"
},
"windows": {
"locked_version": "1.30.0"
},
"chef_handler": {
"locked_version": "1.1.5"
},
"postgresql": {
"locked_version": "3.3.4"
},
"aws": {
"locked_version": "2.1.1"
},
"xfs": {
"locked_version": "1.1.0"
}
}
}