summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-05 21:26:21 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-05 21:26:21 -0700
commit1e37a98b36716849cbbc4a5d46fe7d7cfab74b6a (patch)
tree97086d2a6389e7f96023b6e9b8aa6f07bdf6edd8
parentfdfc4c3968ec8ebe5b20e0afcb38af202ce6992f (diff)
downloadchef-1e37a98b36716849cbbc4a5d46fe7d7cfab74b6a.tar.gz
Cleanup more files in gems we ship
samus.json is a release config file cleanup docker files Cleanup certs used to sign gems for distribution Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/config/software/more-ruby-cleanup.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/omnibus/config/software/more-ruby-cleanup.rb b/omnibus/config/software/more-ruby-cleanup.rb
index 019d82d6df..959bbfe1b5 100644
--- a/omnibus/config/software/more-ruby-cleanup.rb
+++ b/omnibus/config/software/more-ruby-cleanup.rb
@@ -38,8 +38,10 @@ build do
# find the embedded ruby gems dir and clean it up for globbing
target_dir = "#{install_dir}/embedded/lib/ruby/gems/*/gems".tr('\\', "/")
files = %w{
+ *-public_cert.pem
*.blurb
*Upgrade.md
+ .dockerignore
autotest
autotest/*
bench
@@ -48,6 +50,7 @@ build do
design_rationale.rb
doc
doc-api
+ Dockerfile*
docs
ed25519.png
example
@@ -64,6 +67,7 @@ build do
rakelib
sample
samples
+ samus.json
site
test
tests