summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 15:13:05 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 15:13:05 -0700
commit030b374eadb0ee0672cbf045185289ce54d06638 (patch)
treef7ce0e8d40af20fd4dafb8e51bddb9d5f805f8e9 /Rakefile
parent1493cb3aca93c5a5ccfedd24faff82379ecec6ea (diff)
downloadchef-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--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 04bdb107ed..0428d85c54 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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