Skip to content

Commit c63e77a

Browse files
author
Rui Yang
committed
update gpg keyserver as old one deprecated
Signed-off-by: Rui Yang <[email protected]>
1 parent 6112d5f commit c63e77a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Tracks the commits in a [git](http://git-scm.com/) repository.
9797
`gpg_keyserver`. The ids can be short id, long id or fingerprint.
9898

9999
* `gpg_keyserver`: *Optional.* GPG keyserver to download the public keys from.
100-
Defaults to `hkp:///keys.gnupg.net/`.
100+
Defaults to `hkp://keyserver.ubuntu.com/`.
101101

102102
* `git_crypt_key`: *Optional.* Base64 encoded
103103
[git-crypt](https://github.com/AGWA/git-crypt) key. Setting this will

assets/in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commit_verification_keys=$(jq -r '(.source.commit_verification_keys // [])[]' <<
4646
tag_filter=$(jq -r '.source.tag_filter // ""' <<< "$payload")
4747
tag_regex=$(jq -r '.source.tag_regex // ""' <<< "$payload")
4848
fetch_tags=$(jq -r '.params.fetch_tags' <<< "$payload")
49-
gpg_keyserver=$(jq -r '.source.gpg_keyserver // "hkp://ipv4.pool.sks-keyservers.net/"' <<< "$payload")
49+
gpg_keyserver=$(jq -r '.source.gpg_keyserver // "hkp://keyserver.ubuntu.com/"' <<< "$payload")
5050
disable_git_lfs=$(jq -r '(.params.disable_git_lfs // false)' <<< "$payload")
5151
clean_tags=$(jq -r '(.params.clean_tags // false)' <<< "$payload")
5252
short_ref_format=$(jq -r '(.params.short_ref_format // "%s")' <<< "$payload")

0 commit comments

Comments
 (0)