forked from habitat-sh/habitat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bldr.toml
104 lines (89 loc) · 2.17 KB
/
.bldr.toml
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
98
99
100
101
102
103
104
[hab]
plan_path = "components/hab"
paths = [
"components/hab/*",
"components/builder-api-client/*",
"components/builder-depot-client/*",
"components/common/*",
"components/core/*",
"components/http-client/*",
]
[hab-backline]
plan_path = "components/backline"
[hab-bintray-publish]
plan_path = "components/bintray-publish"
[hab-butterfly]
plan_path = "components/hab-butterfly"
paths = [
"components/hab-butterfly/*",
"components/butterfly/*",
"components/common/*",
"components/core/*",
"components/hab/*",
]
[hab-eventsrv]
plan_path = "components/eventsrv/habitat"
paths = [
"components/eventsrv/*",
"components/eventsrv-protocol/*",
"components/core/*",
"support/ci/builder-base-plan.sh",
]
[hab-launcher]
plan_path = "components/launcher/habitat"
paths = [
"components/launcher/*",
"components/launcher-protocol/*",
"support/ci/builder-base-plan.sh",
]
[hab-plan-build]
plan_path = "components/plan-build"
[hab-studio]
plan_path = "components/studio"
[hab-sup]
plan_path = "components/sup"
paths = [
"components/sup/*",
"components/eventsrv-client/*",
"components/launcher-client/*",
"components/butterfly/*",
"components/core/*",
"components/builder-depot-client/*",
]
[hab-pkg-aci]
plan_path = "components/pkg-aci"
[hab-pkg-export-docker]
plan_path = "components/pkg-export-docker"
paths = [
"components/core/*",
"components/common/*",
"components/hab/*",
]
[hab-pkg-export-kubernetes]
plan_path = "components/pkg-export-kubernetes"
paths = [
"components/core/*",
"components/common/*",
"components/hab/*",
"components/pkg-export-docker/*",
"components/sup/*",
]
[hab-pkg-export-helm]
plan_path = "components/pkg-export-helm"
paths = [
"components/core/*",
"components/common/*",
"components/hab/*",
"components/pkg-export-docker/*",
"components/pkg-export-kubernetes/*",
"components/sup/*",
]
# NOTE: cfize has a dependency on hab-pkg-dockerize, but we are
# *explicitly not building* `hab-pkg-dockerize` any more. Read more at
# components/pkg-dockerize/README.md
[hab-pkg-cfize]
plan_path = "components/pkg-cfize"
[hab-pkg-mesosize]
plan_path = "components/pkg-mesosize"
[hab-pkg-tarize]
plan_path = "components/pkg-tarize"