summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
authorechohack <echohack@users.noreply.github.com>2019-06-20 16:16:06 -0700
committerechohack <echohack@users.noreply.github.com>2019-06-20 16:16:06 -0700
commit64842b649249eeaac68fc22f97235aa405bb1fca (patch)
tree36ade8e2ae65fdced5cc8ed61e36aacf8dbe0e95 /.bldr.toml
parent1d46bef432d29f94eeea328990a4e123a63ce81f (diff)
downloadchef-64842b649249eeaac68fc22f97235aa405bb1fca.tar.gz
Rolling out the scaffolding-chef package
Signed-off-by: echohack <echohack@users.noreply.github.com>
Diffstat (limited to '.bldr.toml')
-rw-r--r--.bldr.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.bldr.toml b/.bldr.toml
index f86b5e682d..b3d8c1a158 100644
--- a/.bldr.toml
+++ b/.bldr.toml
@@ -16,23 +16,3 @@ paths = [
"omnibus", # TODO: Evaluate if we really need this in the future
"tasks",
]
-
-[scaffolding-chef]
-plan_path = "habitat-packages/scaffolding-chef"
-build_targets = [
- "x86_64-linux",
- "x86_64-linux-kernel2"
- # "x86_64-windows" --- TODO: Expeditor does not currently support Windows, but will in the coming weeks. Uncomment me soon!
-]
-paths = [
- "bin",
- "chef-bin",
- "chef-config",
- "ci",
- "distro",
- "ext",
- "habitat-packages",
- "lib",
- "omnibus", # TODO: Evaluate if we really need this in the future
- "tasks",
-]