Author: skrawcz Date: Mon Sep 15 02:02:28 2025 New Revision: 79326 Log: Updates KEYS to include boilerplate
Modified: release/incubator/hamilton/KEYS Modified: release/incubator/hamilton/KEYS ============================================================================== --- release/incubator/hamilton/KEYS Sun Sep 14 21:07:36 2025 (r79325) +++ release/incubator/hamilton/KEYS Mon Sep 15 02:02:28 2025 (r79326) @@ -1,3 +1,40 @@ +This file contains GPG keys of Apache Hamilton developers. + +Users: gpg --import KEYS + +Developers: + Create a key: + gpg --gen-key + + Adding your key to this file: + (gpg --list-sigs <key id> && gpg --armor --export <key id>) >> KEYS + + Publish the key: + gpg --keyserver keyserver.ubuntu.com --send-keys <key id> + + Signing another developers key: + gpg --keyserver keyserver.ubuntu.com --search-keys <name or email> + gpg --keyserver keyserver.ubuntu.com --recv-keys <key id> + gpg --sign-key <key id> + gpg --keyserver keyserver.ubuntu.com --send-keys <key id> + + Additional Information: + http://www.apache.org/dev/openpgp.html#generate-key + +********************************* PLEASE NOTE ********************************** + + Releases will be signed using one of these keys in this file. This file will + be available with the distributed Apache Hamilton releases at: + + https://dist.apache.org/repos/dist/release/incubator/hamilton/KEYS + +******************************************************************************** + +pub rsa4096 2025-09-14 [SC] + 25E1C6FA3B71D486DC46BD3630C8F2B2CC329C0B +uid [ultimate] Stefan Krawczyk <[email protected]> +sub rsa4096 2025-09-14 [E] + -----BEGIN PGP PUBLIC KEY BLOCK----- mQINBGjGTGkBEACkaBx/eSGTdal1iKrWaaft8TT+AQ7/h36rmqmnd+78vXNPi6rd
