Created
April 23, 2024 21:29
-
-
Save Fokko/62677bb2e897574dcdb8b49b1b6760de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ Desktop gpg --verify apache-iceberg-1.5.1.tar.gz.asc | |
gpg: assuming signed data in 'apache-iceberg-1.5.1.tar.gz' | |
gpg: Signature made do 18 apr 21:03:16 2024 CEST | |
gpg: using RSA key 18E542BBB3CF0A8E0A3197ADEE9B65F08022E944 | |
gpg: Good signature from "Amogh Jahagirdar <[email protected]>" [unknown] | |
gpg: WARNING: This key is not certified with a trusted signature! | |
gpg: There is no indication that the signature belongs to the owner. | |
Primary key fingerprint: 18E5 42BB B3CF 0A8E 0A31 97AD EE9B 65F0 8022 E944 | |
➜ Desktop shasum -a 512 --check apache-iceberg-1.5.1.tar.gz.sha512 | |
apache-iceberg-1.5.1.tar.gz: OK | |
➜ Desktop tar xzf apache-iceberg-1.5.1.tar.gz | |
➜ Desktop cd apache-iceberg-1.5.1 | |
➜ apache-iceberg-1.5.1 dev/check-license | |
Attempting to fetch rat | |
ERROR: Ignored 0 lines in your exclusion files as comments or empty lines. | |
RAT checks passed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment