-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.json
37 lines (37 loc) · 887 Bytes
/
build.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"version": "0.5.3",
"default": {
"kernel": "3.14",
"aws_source": "debian-7.5-pv",
"digitalocean_source": "debian-7.5",
"vagrant_source": "debian-7.5",
"vagrant_provider": "virtualbox-iso"
},
"kernels": {
"3.2": {
"release": "wheezy",
"version": "3.2.0-4-amd64"
},
"3.12": {
"release": "wheezy-backports",
"version": "3.12-0.bpo.1-amd64"
},
"3.14": {
"release": "wheezy-backports",
"version": "3.14-0.bpo.1-amd64"
}
},
"aws_sources": {
"debian-7.5-pv": "ami-2c886c44",
"debian-7.5-hvm": "ami-86896dee"
},
"vagrant_sources": {
"debian-7.5": {
"url": "http://cdimage.debian.org/cdimage/release/7.5.0/amd64/iso-dvd/debian-7.5.0-amd64-DVD-1.iso",
"sum": "efbd5a9d41437f6ea2f16d6743bb9d4a21502897"
}
},
"digitalocean_sources": {
"debian-7.5": "5562742"
}
}