saintstack commented on pull request #2734: URL: https://github.com/apache/hbase/pull/2734#issuecomment-738141123
@busbey On the gpg stuff, this is what I was getting.... Looking more (at README), I must be doing something wrong.... You have an idea? Here is what I get when I put the signing check back and when I run in docker context... ``` docker run --rm -ti --env-file /Users/stack/Downloads/2.4.0//env.list --cidfile /Users/stack/Downloads/2.4.0//release.cid --mount type=bind,src=/Users/stack/Downloads/2.4.0/,dst=/home/stack/hbase-rm,consistency=delegated --mount type=volume,src=gpgagent,dst=/home/stack/.gnupg/ org.apache.hbase/hbase-rm:latest Enter passphrase for key '/Users/stack/.ssh/id_rsa': GPG Version: gpg (GnuPG) 2.2.4 libgcrypt 1.8.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: /home/stack/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 gpg: key DB9D313DA7874F29: "Michael Stack <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 Testing gpg signing gpg --no-autostart --batch --local-user 0xA7874F29 --detach --armor --sign /tmp/tmp.lPAIy9ngub/gpg_test.1.txt gpg: no gpg-agent running in this session gpg: keydb_search failed: No agent running gpg: skipped "0xA7874F29": No agent running gpg: signing failed: No agent running Trying to sign a test file using your GPG setup failed. Please make sure you have a local gpg-agent running with access to your secret keys prior to starting a release build. If you are creating release artifacts on a remote machine please check that you have set up ssh forwarding to the gpg-agent extra socket. ``` Agent seems to be running fine before build. ---------------------------------------------------------------- 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: [email protected]
