OpenSearch/buildSrc/src/main
Mark Vieira 777f6d5da6
Fix extraction of notarized Elasticsearch release distribution (#49511)
This commit introduces a workaround for an issue related to our recent
notarization of distributions starting with the 6.8.5 release. An
unintended side effect of notarization was that the file entries of the
release tar all have a `./` prefix in the path. This causes a number of
issues, not least of which is that our Gradle extract tasks end up
copying an empty fileset to the destination directory. The workaround
here is imply to remove the leading `./` path segment from each file
when performing the extraction. For more details see this issue:
https://github.com/elastic/elasticsearch/issues/49417
2019-11-22 17:19:47 -08:00
..
groovy/org/elasticsearch/gradle Fix java home validation usage by tasks (#49204) 2019-11-19 10:30:19 -08:00
java/org/elasticsearch Fix extraction of notarized Elasticsearch release distribution (#49511) 2019-11-22 17:19:47 -08:00
resources Improve resiliency to auto-formatting in server (#48940) 2019-11-11 14:33:04 +00:00