Versions Compared

Key

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

...

Download griffin-0.2.0-incubating-source-release.zip from the dist page.

Unpack the zip.

...

Verify signature files

Install gpg (GnuPG).

(I suggest you use C3 machine with ubuntu, which has installed gpg already)

Download KEYS from dist page, and import to your gpg env.

No Format
gpg --import KEYS

Download griffin-0.2.0-incubating-source-release.zip.asc from the dist page.

...

No Format
gpg --verify griffin-0.2.0-incubating-source-release.zip.asc griffin-0.2.0-incubating-source-release.zip
 
// do the same thing to download and verify griffin-0.2.0-incubating.pom with griffin-0.2.0-incubating.pom.asc
gpg --verify griffin-0.2.0-incubating.pom.asc griffin-0.2.0-incubating.pom

Check the filelist inside

...