Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(sorry, the validation script is not yet available and will hopefully be ready after the first ASF release)

Manual validation

Download

Download all staged artifacts under the url specified in the release vote email into a directory we’ll now call download-dir.

The artifacts are available at https://dist.apache.org/repos/dist/dev/incubator/streampipes 

Typically, this includes three zip files (core, extensions and installer) along with checksum, signature, README, RELEASE_VALIDATION and RELEASE_NOTES.

incubator-streampipes

First, open the core folder (core/{version}/{rc}).

Check signatures and checksums

Verify the checksum:

Code Block
titleVerify checksum
sha512sum -c apache-streampipes-{current-full-version}-incubating-source-release.zip

# example:sha512sum -c apache streampipes-0.66.0-incubating-source-release.zip

Check source release


Build backend & UI


incubator-streampipes-extensions

...

gpg --keyserver hkp://keyserver.ubuntu.com:80 --rev-key KEY


Test


Validation Template

See also the Incubator Release Checklist (which is not official policy, but may help)

...