summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
authorSalim Afiune <afiune@chef.io>2019-08-02 10:10:11 +0200
committerSalim Afiune <afiune@chef.io>2019-08-02 10:10:11 +0200
commit854cfe80e1daef3886d859125f4cd5270bdf8b54 (patch)
tree0b9080a7a6a1e9857a4716758ec89af3f74b1d8c /.bldr.toml
parenta6acfe338b4b650a8c8a4336d346a05036d21fcb (diff)
downloadchef-854cfe80e1daef3886d859125f4cd5270bdf8b54.tar.gz
Update .bldr.tomlafiune/hab
Signed-off-by: Salim Afiune <afiune@chef.io>
Diffstat (limited to '.bldr.toml')
-rw-r--r--.bldr.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.bldr.toml b/.bldr.toml
index 4b7f95a4ab..421037f685 100644
--- a/.bldr.toml
+++ b/.bldr.toml
@@ -1,18 +1,5 @@
[chef-infra-client]
-plan_path = "habitat/chef-infra-client"
build_targets = [
"x86_64-linux",
"x86_64-linux-kernel2"
]
-paths = [
- "bin",
- "chef-bin",
- "chef-config",
- "ci",
- "distro",
- "ext",
- "habitat-packages",
- "lib",
- "omnibus", # TODO: Evaluate if we really need this in the future
- "tasks",
-]