diff options
author | echohack <echohack@users.noreply.github.com> | 2019-06-20 16:16:06 -0700 |
---|---|---|
committer | echohack <echohack@users.noreply.github.com> | 2019-06-20 16:16:06 -0700 |
commit | 64842b649249eeaac68fc22f97235aa405bb1fca (patch) | |
tree | 36ade8e2ae65fdced5cc8ed61e36aacf8dbe0e95 /.bldr.toml | |
parent | 1d46bef432d29f94eeea328990a4e123a63ce81f (diff) | |
download | chef-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.toml | 20 |
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", -] |