Skip to content

Commit

Permalink
Exclude a few more groups in appbundling
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jun 22, 2020
1 parent 99474b7 commit 93e9d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus/config/software/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@
appbundle "chef", lockdir: project_dir, gem: "chef", without: %w{docgen chefstyle omnibus_package}, env: env

appbundle "foodcritic", lockdir: project_dir, gem: "foodcritic", without: %w{development test}, env: env
appbundle "test-kitchen", lockdir: project_dir, gem: "test-kitchen", without: %w{changelog debug docs development}, env: env
appbundle "test-kitchen", lockdir: project_dir, gem: "test-kitchen", without: %w{changelog debug docs development integration}, env: env
appbundle "inspec", lockdir: project_dir, gem: "inspec-bin", without: %w{deploy tools maintenance integration}, env: env
appbundle "chef-run", lockdir: project_dir, gem: "chef-apply", without: %w{changelog docs debug}, env: env
appbundle "chef-cli", lockdir: project_dir, gem: "chef-cli", without: %w{changelog docs debug}, env: env
appbundle "berkshelf", lockdir: project_dir, gem: "berkshelf", without: %w{changelog docs debug development}, env: env
appbundle "berkshelf", lockdir: project_dir, gem: "berkshelf", without: %w{changelog build docs debug development}, env: env

# Note - 'chef-apply' gem provides 'chef-run', not 'chef-apply' which ships with chef-bin...
%w{chef-bin chef-apply chef-vault ohai opscode-pushy-client cookstyle}.each do |gem|
Expand Down

0 comments on commit 93e9d07

Please sign in to comment.