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

Fix the invalid keyserver of gpg #29

Merged
merged 1 commit into from
Aug 11, 2021

Conversation

LinuxSuRen
Copy link
Member

@LinuxSuRen LinuxSuRen commented Aug 11, 2021

Before:

gitpod /workspace/devops-agent $ gpg --batch --keyserver hkp://ipv4.pool.sks-keyservers.net --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
gpg: keyserver receive failed: No name

After:

gitpod /workspace/devops-agent $ gpg --batch --keyserver sks.srv.dumain.com --recv-keys B9E2F5981AA6E0CD28160D9FF13993A75599653C
gpg: key F13993A75599653C: public key "Shelley Vohr (security is major key) <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1

Get more details from nodejs/node#39731 (comment)

@ks-ci-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: LinuxSuRen

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ks-ci-bot ks-ci-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Aug 11, 2021
@LinuxSuRen
Copy link
Member Author

/cc @kubesphere/sig-devops

@ks-ci-bot ks-ci-bot requested a review from a team August 11, 2021 08:04
@JohnNiang
Copy link
Member

/lgtm

@ks-ci-bot ks-ci-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 11, 2021
@ks-ci-bot ks-ci-bot merged commit 494a22b into kubesphere:master Aug 11, 2021
@LinuxSuRen LinuxSuRen deleted the fix-nodejs-invalid-server branch August 11, 2021 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants