Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 0b15bfe

Browse files
author
Cam Cope
committed
updated Berksfile for new format
1 parent 4b1d69c commit 0b15bfe

File tree

2 files changed

+25
-26
lines changed

2 files changed

+25
-26
lines changed

Berksfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site :opscode
1+
source "https://api.berkshelf.com"
22

33
metadata
44

Berksfile.lock

+24-25
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
{
2-
"sources": {
3-
"python": {
4-
"path": "."
5-
},
6-
"minitest-handler": {
7-
"locked_version": "1.1.2"
8-
},
9-
"apt": {
10-
"locked_version": "2.3.4"
11-
},
12-
"yum": {
13-
"locked_version": "3.0.2"
14-
},
15-
"build-essential": {
16-
"locked_version": "1.4.2"
17-
},
18-
"python_test": {
19-
"path": "./test/cookbooks/python_test"
20-
},
21-
"chef_handler": {
22-
"locked_version": "1.1.4"
23-
}
24-
}
25-
}
1+
DEPENDENCIES
2+
apt
3+
build-essential
4+
minitest-handler
5+
python
6+
path: .
7+
metadata: true
8+
python_test
9+
path: test/cookbooks/python_test
10+
yum
11+
12+
GRAPH
13+
apt (2.5.3)
14+
build-essential (2.0.6)
15+
chef_handler (1.1.6)
16+
minitest-handler (1.3.2)
17+
chef_handler (>= 0.0.0)
18+
python (1.4.7)
19+
build-essential (>= 0.0.0)
20+
yum-epel (>= 0.0.0)
21+
python_test (0.1.0)
22+
yum (3.3.1)
23+
yum-epel (0.5.1)
24+
yum (~> 3.0)

0 commit comments

Comments
 (0)