Versions Compared

Key

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

...

Follow Apache guidelines on setting up your GPG keys and ensure that your fingerprint is updated at id.apache.org.
Also, append your keys to the KEYS file at https://dist.apache.org/repos/dist/release/tez/KEYS as well as the KEYS file at the top of the source tree.

Code Block
gpg --armor --fingerprint --list-sigs <keyid>
gpg --armor --export <keyid>

...