diff options
author | Tim Smith <tsmith@chef.io> | 2018-08-22 15:13:05 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-08-22 15:13:05 -0700 |
commit | 030b374eadb0ee0672cbf045185289ce54d06638 (patch) | |
tree | f7ce0e8d40af20fd4dafb8e51bddb9d5f805f8e9 /Rakefile | |
parent | 1493cb3aca93c5a5ccfedd24faff82379ecec6ea (diff) | |
download | chef-030b374eadb0ee0672cbf045185289ce54d06638.tar.gz |
Remove the whole chef-config package task class
We handle this version bump with expeditor now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -17,20 +17,12 @@ # limitations under the License. # -require "rubygems" -require "chef-config/package_task" require_relative "tasks/rspec" require_relative "tasks/maintainers" require_relative "tasks/cbgb" require_relative "tasks/dependencies" require_relative "tasks/announce" -ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "Chef", "chef") do |package| - package.component_paths = ["chef-config"] - package.generate_version_class = true - package.use_versionstring = true -end - task :pedant, :chef_zero_spec task :build_eventlog do |