summaryrefslogtreecommitdiff
path: root/omnibus/config/software
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-22 12:32:20 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-22 13:01:56 -0700
commitdcf698c30b4d17e5d2a84d6dd0bfad2821b85e21 (patch)
tree2840bac40972196b38b08b8296cf7fc7b0aa6f1e /omnibus/config/software
parent2dffddb40952baf754de923e6c1fb7b1ccdce208 (diff)
downloadchef-dcf698c30b4d17e5d2a84d6dd0bfad2821b85e21.tar.gz
Move some Ruby omnibus cleanup to omnibus-software
These are confirmed safe and we do them in omnibus now. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/config/software')
-rw-r--r--omnibus/config/software/more-ruby-cleanup.rb26
1 files changed, 0 insertions, 26 deletions
diff --git a/omnibus/config/software/more-ruby-cleanup.rb b/omnibus/config/software/more-ruby-cleanup.rb
index f83e210512..2bafd83be9 100644
--- a/omnibus/config/software/more-ruby-cleanup.rb
+++ b/omnibus/config/software/more-ruby-cleanup.rb
@@ -46,42 +46,16 @@ build do
target_dir = "#{install_dir}/embedded/lib/ruby/gems/*/gems".tr('\\', "/")
files = %w{
*-public_cert.pem
- *.blurb
- *Upgrade.md
- .dockerignore
- autotest
- autotest/*
- bench
- benchmark
- benchmarks
- design_rationale.rb
- doc
- doc-api
- Dockerfile*
- docs
- ed25519.png
example
examples
ext
- features
- frozen_old_spec
- Gemfile.devtools
Gemfile.lock
- INSTALL.txt
- man
- minitest
- on_what.rb
rakelib
sample
samples
- samus.json
site
- test
- tests
vendor
VERSION
- website
- yard-template
}
Dir.glob(Dir.glob("#{target_dir}/*/{#{files.join(",")}}")).each do |f|