Firstly, thank you very much for the effort, Alex, Eduardo and Tiago!

A quick touch base, I share my findings before the checklist.

* Download

To download quickly, the wget command in
https://kie.apache.org/docs/community/verify/#download-the-candidate-version
is not enough. Need to ignore robots.txt, so the command would be like:

wget -r -np -nd -A "*" -e robots=off
https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/

* Verify the container images

When running

for i in *image.tar.gz; do echo $i; docker load -q -i $i && echo "OK" ||
echo "Error"; done

I get

```
apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet
msg.
Error: payload does not match any of the supported image formats:
 * oci: open
apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz/index.json:
not a directory
 * oci-archive: loading index: open
/var/tmp/container_images_oci3168359742/index.json: no such file or
directory
 * docker-archive: copying contents to temporary file
"/var/tmp/container_images_docker-tar2145592844": EOF
 * dir: open
apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz/manifest.json:
not a directory
Error
```

Actually, apache-kie-10.1.0-incubating-kogito-db-migrator-tool-image.tar.gz
is a 20 byte file, so I guess it was built wrongly.

* Check License headers

In
https://kie.apache.org/docs/community/verify/#check-the-file-content-of-the-source-package
, we have one-shot command:

java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes-combined >
rat-result.txt

The command expects `.rat-excludes-combined` file under the root directory,
but it doesn't exist. (Need to be fixed, but it doesn't block the release)

Instead, you can run apache-rat under the subdirectories
(incubator-kie-drools, incubator-kie-kogito-apps,
incubator-kie-kogito-runtimes, incubator-kie-optaplanner,
incubator-kie-tools), which have `.rat-excludes` file.

java -jar apache-rat-0.16.1.jar -d . -E .rat-excludes > rat-result.txt

Toshiya

On Thu, Jun 19, 2025 at 4:25 PM Fabrizio Antonangeli <
fantonang...@apache.org> wrote:

> +1 on Fedora 42
>
> [x] Download KIE artifacts are valid.
> [x] Checksums and PGP signatures are valid.
> [x] Source code distributions have correct names matching the current
> release.
> [x] LICENSE and NOTICE files are correct.
> [x] All files have license headers if necessary.
> [x] No compiled archives bundled in source archive.
> [x] Can compile from source.
>
> On Wed, Jun 18, 2025 at 5:34 PM Alex Porcelli <porce...@apache.org> wrote:
>
> > If someone is using a Mac M4, like me, and has problems building cekit
> > and/or containers, this [1] is the set of adjustments I had to make to
> > be able to build locally.
> >
> > [1] - https://gist.github.com/porcelli/25e8c58baf75754ae4b0d0818739c992
> >
> > On Wed, Jun 18, 2025 at 7:41 AM Alex Porcelli <porce...@apache.org>
> wrote:
> > >
> > > Dear KIE Community members,
> > >
> > > It's great to see the excitement around the release vote. Thank you
> > > for your engagement and support!
> > >
> > > As a reminder, to ensure your vote is considered valid, please include
> > > the completed checklist below. This ensures that all votes comply with
> > > the Apache release process.
> > >
> > > Please confirm the following as part of your vote:
> > >
> > > [ ] KIE artifacts can be downloaded successfully
> > > [ ] Checksums and PGP signatures are valid
> > > [ ] Source code archive is named correctly and matches the release
> > version
> > > [ ] LICENSE and NOTICE files are correct
> > > [ ] License headers exist where required
> > > [ ] No compiled archives are bundled in the source release
> > > [ ] Source build completes successfully
> > >
> > > -
> > > Alex
> > >
> > >
> > > On Wed, Jun 18, 2025 at 4:56 AM nicolas.heron
> > > <nicolas.he...@proton.me.invalid> wrote:
> > > >
> > > > +1
> > > >
> > > >
> > > >
> > > >
> > > > Le mercredi 18 juin 2025 à 10:36 AM, Enrique Gonzalez Martinez <
> > egonza...@apache.org> a écrit :
> > > >
> > > > >
> > > > >
> > > > > +1
> > > > >
> > > > >
> > > > > El mié, 18 jun 2025, 7:59, Pere Fernandez (apache)
> > pefer...@apache.org
> > > > >
> > > > > escribió:
> > > > >
> > > > > > +1
> > > > > >
> > > > > > El dc., 18 de juny 2025, 0:31, Alex Porcelli porce...@apache.org
> > va
> > > > > > escriure:
> > > > > >
> > > > > > > Hello Apache KIE (Incubating) Community,
> > > > > > >
> > > > > > > I’m excited to call a vote to release Apache KIE (Incubating)
> > 10.1.0-rc1.
> > > > > > >
> > > > > > > Special thanks to Eduardo Cerqueira for fixing over 30 broken
> > > > > > > pipelines during the release process, and to Tiago Bento for
> > providing
> > > > > > > guidance on key aspects of the KIE Tools repository.
> > > > > > >
> > > > > > > IMPORTANT: Completing the checklist below is REQUIRED for a
> valid
> > > > > > > vote. Please review all items before casting your vote.
> > > > > > >
> > > > > > > The release candidate artifacts are available here:
> > > > > > >
> https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/
> > > > > > >
> > > > > > > Notes:
> > > > > > > - Only one source release is available:
> > > > > >
> > > > > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/kie/10.1.0-rc1/apache-kie-10.1.0-incubating-sources.zip
> > > > > >
> > > > > > > - All other artifacts are provided as convenient binaries.
> > > > > > >
> > > > > > > The artifacts are signed with the PGP key associated with
> > > > > > > [priv...@kie.apache.org], which is included in the KEYS file:
> > > > > > > https://downloads.apache.org/incubator/kie/KEYS
> > > > > > >
> > > > > > > The vote will remain open for at least 72 hours, or until the
> > required
> > > > > > > number of votes is reached.
> > > > > > >
> > > > > > > Please vote by replying with:
> > > > > > > [ ] +1 Approve
> > > > > > > [ ] +0 No opinion
> > > > > > > [ ] -1 Disapprove (please provide a reason)
> > > > > > >
> > > > > > > To learn more about Apache KIE, visit: https://kie.apache.org/
> > > > > > >
> > > > > > > ________________________________
> > > > > > >
> > > > > > > Checklist for a valid vote:
> > > > > > >
> > > > > > > [ ] Download KIE artifacts are valid.
> > > > > > > [ ] Checksums and PGP signatures are valid.
> > > > > > > [ ] Source code distributions have correct names matching the
> > current
> > > > > > > release.
> > > > > > > [ ] LICENSE and NOTICE files are correct.
> > > > > > > [ ] All files have license headers if necessary.
> > > > > > > [ ] No compiled archives bundled in source archive.
> > > > > > > [ ] Can compile from source.
> > > > > > >
> > > > > > > More details here:
> > > > > >
> > > > > >
> >
> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
> > > > > >
> > > > > > > For updated guidance on verifying the release (including
> > container
> > > > > > > image checks):
> > > > > > > https://kie.apache.org/docs/community/verify
> > > > > > >
> > > > > > > To learn how to build from the source ZIP:
> > > > > > > https://kie.apache.org/docs/community/build-10.1
> > > > > > >
> > > > > > > -
> > > > > > > Alex
> > > > > > >
> > > > > > >
> > ---------------------------------------------------------------------
> > > > > > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
> > > > > > > For additional commands, e-mail: dev-h...@kie.apache.org
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
> > > > For additional commands, e-mail: dev-h...@kie.apache.org
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
> > For additional commands, e-mail: dev-h...@kie.apache.org
> >
> >
>

Reply via email to