kubesphere / devops-agent

Agents for Kubesphere DevOps
Apache License 2.0
64 stars 76 forks source link

Fix the invalid keyserver of gpg #29

Closed LinuxSuRen closed 3 years ago

LinuxSuRen commented 3 years ago

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) <shelley.vohr@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1

Get more details from https://github.com/nodejs/node/pull/39731#issue-708387641

ks-ci-bot commented 3 years ago

[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: - ~~[OWNERS](https://github.com/kubesphere/devops-agent/blob/master/OWNERS)~~ [LinuxSuRen] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
LinuxSuRen commented 3 years ago

/cc @kubesphere/sig-devops

JohnNiang commented 3 years ago

/lgtm