mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 21:57:26 -04:00
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
|
||
---|---|---|
.. | ||
artifacts.rake | ||
bootstrap.rake | ||
build.rake | ||
compile.rake | ||
default_plugins.rb | ||
docs.rake | ||
gems.rake | ||
lint.rake | ||
modules.rake | ||
plugin.rake | ||
plugins-metadata.json | ||
plugins_docs_dependencies.rake | ||
test.rake | ||
vendor.rake | ||
version.rake | ||
z_rubycheck.rake |