Backport PR #13715 to 7.17: artifacts: omit openssl_pkcs8_pure specs from built artifacts (#13852)

* artifacts: omit openssl_pkcs8_pure specs from built artifacts (#13715)

* artifacts: omit openssl_pkcs8_pure specs from built artifacts

* Exclude _all_ top-level spec and test directories from built artifacts

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit 0369ba208d)

* Update releasenotes.asciidoc (#13701)

Fixed OS name. Ubuntu instead of Ununtu.

Co-authored-by: Cris da Rocha <cdarocha.astro@gmail.com>
This commit is contained in:
Ry Biesemeyer 2022-03-04 17:33:49 -08:00 committed by GitHub
parent fb68365e45
commit 6fe6bc1054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -3930,4 +3930,4 @@ Here are the plugin changes.
- Tweaked logging statements to reduce verbosity
- Fixed numerous issues relating to builds on Travis https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/799[#799]
* logstash-output-s3
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195]
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195]

View file

@ -84,6 +84,10 @@ namespace "artifact" do
@exclude_paths << "bin/rspec"
@exclude_paths << "bin/rspec.bat"
# vendored test/spec artifacts from upstream
@exclude_paths << 'vendor/**/gems/*/test/**/*'
@exclude_paths << 'vendor/**/gems/*/spec/**/*'
@exclude_paths
end