You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/07/02 21:57:26 UTC

[GitHub] [hbase] ndimiduk commented on pull request #2001: HBASE-24572 release scripts should try to use a keyid when refering to GPG keys.

ndimiduk commented on pull request #2001:
URL: https://github.com/apache/hbase/pull/2001#issuecomment-653236660


   So it makes a guess, but that guess is not correct in my case. I want it to use the dedicated signing key (`0xAD9039071C3489BD`), not the key of the master keyring.
   
   ```
   $ gpg -K
   /Users/ndimiduk/.gnupg/pubring.kbx
   ----------------------------------
   sec#  rsa4096/0xCA3633F18644EEB6 2014-03-11 [SC] [expires: 2024-06-12]
         Key fingerprint = 3A74 917C 0C45 844F B816  BB4A CA36 33F1 8644 EEB6
   uid                   [ultimate] Nick Dimiduk <nd...@apache.org>
   uid                   [ultimate] Nick Dimiduk <nd...@gmail.com>
   ssb#  rsa4096/0xB44B40F2D2DCE494 2014-03-11 [E] [expires: 2022-06-12]
   ssb>  rsa4096/0xAD9039071C3489BD 2015-04-30 [S] [expires: 2022-06-12]
   ssb>  rsa4096/0x2FD7719BB28DF80C 2020-06-15 [A] [expires: 2021-06-15]
   $ ./dev-support/create-release/do-release-docker.sh -d ~/build-rc2-1 -f
   ========================
   === Gathering release details.
   ...
   GPG_KEY [ndimiduk@apache.org]: 
   We think the key 'ndimiduk@apache.org' corresponds to the key id '0x1C3489BD'. Is this correct [y/n? 
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org