You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/26 20:55:37 UTC

[GitHub] [arrow] kou commented on pull request #12991: [Release] Verify 8.0.0-RC0 [WIP]

kou commented on PR #12991:
URL: https://github.com/apache/arrow/pull/12991#issuecomment-1110240082

   @kszucs I confirmed it. It's caused by GPG key import error. The following key can't be imported because "Key imported successfully" message isn't shown for the key:
   
   https://github.com/ursacomputing/crossbow/runs/6177081003?check_suite_focus=true#step:7:355
   
   ```text
   Importing GPG key 0x717D3FB2:
    Userid     : "Neville Dipale <ne...@apache.org>"
    Fingerprint: 3905 F254 F9E5 04B4 0FFF 6CF6 0004 88D7 717D 3FB2
    From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-Apache-Arrow
   ```
   
   The key uses ed25519:
   
   https://dist.apache.org/repos/dist/release/arrow/KEYS
   
   ```text
   pub   ed25519 2022-02-19 [SC] [expires: 2024-02-19]
   ```
   
   It seems that ed25519 isn't supported on AlmaLinux 8.
   
   I'll remove keys that use ed25519 from `apache-arrow-release` RPM that register Yum repository information including GPG keys.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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