bin/appbundle-updater in appbundle-updater-0.6.15 vs bin/appbundle-updater in appbundle-updater-0.6.16
- old
+ new
@@ -132,43 +132,41 @@
CHEFDK_APPS = [
App.new(
"berkshelf",
"berkshelf/berkshelf",
- "guard test",
+ "docs changelog",
"#{bin_dir.join("rake")} install"
),
App.new(
"chef",
"chef/chef",
- # from chef/version_policy.rb INSTALL_WITHOUT_GROUPS
- "changelog development docgen guard integration maintenance tools travis style",
+ "development docgen chefstyle",
chef_install_command
),
App.new(
"chef-dk",
"chef/chef-dk",
- # from chef-dk/version_policy.rb INSTALL_WITHOUT_GROUPS
- "changelog compat_testing development docgen guard integration maintenance test tools travis style",
+ "development test",
"#{bin_dir.join("rake")} install"
),
App.new(
"chef-vault",
"chef/chef-vault",
- "test",
+ "development",
"#{bin_dir.join("rake")} install"
),
App.new(
"cookstyle",
"chef/cookstyle",
- nil,
+ "development debug docs",
"#{bin_dir.join("rake")} install"
),
App.new(
"foodcritic",
"foodcritic/foodcritic",
- nil,
+ "development",
"#{bin_dir.join("rake")} install"
),
App.new(
"inspec",
"chef/inspec",
@@ -176,16 +174,16 @@
"#{bin_dir.join("rake")} install"
),
App.new(
"ohai",
"chef/ohai",
- "test",
+ "development ci docs debug",
"#{bin_dir.join("rake")} install"
),
App.new(
"test-kitchen",
"test-kitchen/test-kitchen",
- "guard test",
+ "changelog integration debug chefstyle docs",
"#{bin_dir.join("rake")} install"
),
].freeze
class Updater