mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
* 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:
parent
fb68365e45
commit
6fe6bc1054
2 changed files with 5 additions and 1 deletions
2
docs/static/releasenotes.asciidoc
vendored
2
docs/static/releasenotes.asciidoc
vendored
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue