This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from fbe94e8fc7 Bump codecov/codecov-action from 5 to 6
new d831c2dc36 add verification scripts.
new d41fa3a63e fix for running without an optional download dir and add
script descriptions in headers.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
etc/bin/download-release-artifacts.sh | 85 +++++++++++++++++++++++
etc/bin/verify-binary-distribution.sh | 108 +++++++++++++++++++++++++++++
etc/bin/verify-docs-distribution.sh | 108 +++++++++++++++++++++++++++++
etc/bin/verify-sdk-distribution.sh | 108 +++++++++++++++++++++++++++++
etc/bin/verify-source-distribution.sh | 107 +++++++++++++++++++++++++++++
etc/bin/verify.sh | 125 ++++++++++++++++++++++++++++++++++
6 files changed, 641 insertions(+)
create mode 100755 etc/bin/download-release-artifacts.sh
create mode 100755 etc/bin/verify-binary-distribution.sh
create mode 100755 etc/bin/verify-docs-distribution.sh
create mode 100755 etc/bin/verify-sdk-distribution.sh
create mode 100755 etc/bin/verify-source-distribution.sh
create mode 100755 etc/bin/verify.sh