-
Notifications
You must be signed in to change notification settings - Fork 21
/
build.spec
97 lines (88 loc) · 2.03 KB
/
build.spec
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"vmware_version": 7,
"build-tgz": "true",
"coal-memsize": 8192,
"coal-enable-serial": true,
"no-rabbit": true,
"clean-cache": true,
"smt_enabled": true,
"features": {
"debug-platform": {
"enabled": false,
"env": "DEBUG_BUILD"
}
},
"bits-branch": "master",
"manta-base-path": "/Joyent_Dev/public/builds",
"manta-user": "Joyent_Dev",
"manta-url": "https://us-central.manta.mnx.io",
"zones": {
"adminui": {},
"amon": {},
"amonredis": {},
"assets": {},
"binder": {},
"cloudapi": {},
"cnapi": {},
"dhcpd": {},
"fwapi": {},
"imgapi": {},
"mahi": {},
"manatee": {
"jobname": "sdc-manatee"
},
"moray": {},
"napi": {},
"papi": {},
"rabbitmq": {},
"sapi": {},
"sdc": {},
"ufds": {},
"vmapi": {},
"workflow": {}
},
"files": {
"ipxe": {
"file": { "base": "ipxe", "ext": "tar.gz" }
},
"platboot": {
"jobname": "platform",
"if_not_feature": "debug-platform",
"file": { "base": "boot", "ext": "tgz" }
},
"platimages": {
"jobname": "platform",
"if_not_feature": "debug-platform",
"file": { "base": "images", "ext": "tgz" }
},
"platform": {
"if_not_feature": "debug-platform",
"file": { "base": "platform", "ext": "tgz" }
},
"platboot-debug": {
"jobname": "platform-debug",
"if_feature": "debug-platform",
"file": { "base": "boot-debug", "ext": "tgz" }
},
"platimages-debug": {
"jobname": "platform-debug",
"if_feature": "debug-platform",
"file": { "base": "images-debug", "ext": "tgz" }
},
"platform-debug": {
"if_feature": "debug-platform",
"file": { "base": "platform-debug", "ext": "tgz" }
},
"sdcadm": {
"file": { "base": "sdcadm", "ext": "sh" }
},
"agents": {
"jobname": "agentsshar",
"file": { "base": "agents", "ext": "sh" }
},
"agents_md5": {
"jobname": "agentsshar",
"file": { "base": "agents", "ext": "md5sum" }
}
}
}