Skip to content

Commit

Permalink
Print deprecation notices for chef-repo rake tasks
Browse files Browse the repository at this point in the history
These rake tasks get loaded by the opscode/chef-repo's Rakefile. I
propose that be removed, as the functionality of these rake tasks is
superseded by other tools as noted in the output displayed now for
each task. The functionality is either built into knife, is provided
by a cookbook, or is provided by other tools in the Chef ecosystem,
all of which are included in the ChefDK.

This supersedes chef#1619.
  • Loading branch information
jtimberman committed Jul 16, 2014
1 parent 88d6713 commit 31fd120
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 264 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

* Add method shell_out_with_systems_locale to ShellOut.
* Fix knife cookbook site share on windows (CHEF-4994)
* chef-repo rake tasks are deprecated; print relevant information for
each one.

## Last Release: 11.14.0

Expand Down
Loading

0 comments on commit 31fd120

Please sign in to comment.