Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-44168][FOLLOWUP] Change v3.4 GPG_KEY to full key fingerprint #50

Closed
wants to merge 1 commit into from

Conversation

Yikun
Copy link
Member

@Yikun Yikun commented Jun 28, 2023

What changes were proposed in this pull request?

Change GPG key from 34F0FC5C to F28C9C925C188C35E345614DEDA00CE834F0FC5C to avoid pontential collision.

The full finger print can get from below cmd:

$ wget https://dist.apache.org/repos/dist/dev/spark/KEYS
$ gpg --import KEYS
$ gpg --fingerprint 34F0FC5C

pub   rsa4096 2015-05-05 [SC]
      F28C 9C92 5C18 8C35 E345  614D EDA0 0CE8 34F0 FC5C
uid           [ unknown] Dongjoon Hyun (CODE SIGNING KEY) <dongjoon@apache.org>
sub   rsa4096 2015-05-05 [E]

Why are the changes needed?

Does this PR introduce any user-facing change?

No

How was this patch tested?

CI passed

@Yikun Yikun marked this pull request as ready for review June 29, 2023 07:54
@Yikun
Copy link
Member Author

Yikun commented Jun 29, 2023

cc @HyukjinKwon @zhengruifeng

@Yikun
Copy link
Member Author

Yikun commented Jun 29, 2023

It only effect on docker image build process (gpg verify process), consider CI already has passed, I will merge this soon to let DOI review. Please let me know if you have more concern.

@Yikun Yikun closed this in 39264c5 Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant