Versions Compared

Key

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

...

The full checklist can be found here: Incubator Release Checklist.

Prerequisites

For macMacOS:

Code Block
brew install gpg

...

Verifying the checksum (SHA512)

Linux:

No Format
sha512sum --check apache-pegasus-2.1.0-a.b.c-incubating-src.zip.sha512

MacOS:

Code Block
shasum -a 512 --check apache-pegasus-a.b.c-incubating-src.zip.sha512

If it produces "apache-pegasus-2a.1b.0c-incubating-src.zip: OK", it means the package is good.

...