This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch reduce-distro-size
in repository https://gitbox.apache.org/repos/asf/storm.git
from b54c02872 build: keep tooling on the full distribution now that
storm-lite is built
add 3bdf9f89c build: fail dedup-libs on same-name/different-sha jars, add
test coverage
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven.yaml | 2 +
storm-dist/binary/final-package/pom.xml | 39 ++++
.../final-package/src/main/scripts/dedup-libs.py | 103 ++++++++---
.../src/main/scripts/test_dedup_libs.py | 204 +++++++++++++++++++++
4 files changed, 327 insertions(+), 21 deletions(-)
create mode 100644
storm-dist/binary/final-package/src/main/scripts/test_dedup_libs.py