Skip to content

Commit

Permalink
Update gpg trusted key
Browse files Browse the repository at this point in the history
Currently, private gpg receive keys from [email protected]. However,
the latest bootstrap image is signed by [email protected]. This patch
makes private gpg receive keys from the correct email.
  • Loading branch information
FantasqueX committed Jan 24, 2023
1 parent 5c837b8 commit 31d3a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function init_gnupg() {
# ensure signing key is available
# We try WKD first, then fallback to keyservers.
# This works on debian./
gpg --keyserver=p80.pool.sks-keyservers.net --auto-key-locate wkd,keyserver --locate-keys pierre@archlinux.de
gpg --keyserver=p80.pool.sks-keyservers.net --auto-key-locate wkd,keyserver --locate-keys pierre@archlinux.org
}

# Desc: Sets the appropriate colors for output
Expand Down

0 comments on commit 31d3a2a

Please sign in to comment.