logstash/rakelib
github-actions[bot] 32e7a25a15
use gnu tar compatible minitar to generate tar artifact (#16432) (#16434)
Using VERSION_QUALIFIER when building the tarball distribution will fail since Ruby's TarWriter implements the older POSIX88 version of tar and paths will be longer than 100 characters.

For the long paths being used in Logstash's plugins, mainly due to nested folders from jar-dependencies, we need the tarball to follow either the 2001 ustar format or gnu tar, which is implemented by the minitar gem.

(cherry picked from commit 69f0fa54ca)

Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
2024-09-09 11:35:21 +01:00
..
artifacts.rake use gnu tar compatible minitar to generate tar artifact (#16432) (#16434) 2024-09-09 11:35:21 +01:00
bootstrap.rake Rubocop: Enable most SpaceInside cops (#15201) 2023-07-20 09:49:46 -04:00
build.rake Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00
compile.rake Update jruby version to 9.3.4.0 (#14114) 2022-05-19 10:29:59 -04:00
default_plugins.rb Package elastic_integration plugin. (#15769) 2024-02-14 07:10:42 -08:00
docs.rake Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00
gems.rake Rubocop: Enable SpaceAround cops (#15196) 2023-07-18 21:11:57 -04:00
lint.rake Rubocop: Enable various EmptyLine cops (#15194) 2023-07-18 16:49:16 -04:00
modules.rake Rubocop: Enable various EmptyLine cops (#15194) 2023-07-18 16:49:16 -04:00
plugin.rake Package elastic_integration plugin. (#15769) 2024-02-14 07:10:42 -08:00
plugins-metadata.json Bundle logstash-integration-snmp and remove input-snmp and input-snmptrap as default (#16180) 2024-06-03 10:44:26 +02:00
plugins_docs_dependencies.rake Remove DepProxy patch, as Bundler::DepProxy is removed in Bundler 2.4.0 (#15269) 2023-08-21 15:54:01 -04:00
test.rake Rubocop: Enable most SpaceInside cops (#15201) 2023-07-20 09:49:46 -04:00
vendor.rake Fix instances of deprecated class methods (#15183) 2023-07-17 11:32:46 -04:00
version.rake Rubocop: Enable various EmptyLine cops (#15194) 2023-07-18 16:49:16 -04:00
z_rubycheck.rake Add apache and elastic license headers to source code files (#11673) 2020-03-11 11:53:38 +00:00